Design comparison
SolutionDesign
Community feedback
- @abdellahelaajjouriPosted almost 3 years ago
Hey @HibaBadran122 We can't see your solution to fix that problem Try vercel, or netlify. They are user friendly: just push changes to github and they take care of hosting and relaunching of the pages.
Marked as helpful0@HibaBadran122Posted almost 3 years agoThanks@abdellahelaajjouri I don't know where is the problem Can you help me please?
0@abdellahelaajjouriPosted almost 3 years ago@HibaBadran122
- Push your code to GitHub.
- Create a Netlify Account. Go signup and signup with the hosting provider of your code.
- In your "Overview" page select New site from Git.
- Select the repo you want to deploy. Then you'll need to enter the build command and the folder for Netlify to distribute. Something like parcel build index.html and dist if you are deploying a static site with Parcel.
- Wait for your app to deploy! Netlify will now start building and deploying your website. In a few minutes, Netlify will give you a URL to view your website and your website will be deployed.
0
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord