Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
December 18, 2022 08:43 am GMT

How to Host your personal portfolio Website on Netlify?

To host a website on Netlify, you will need to follow these steps:

Sign up for a Netlify account. You can do this by visiting the Netlify website and clicking on the "Sign Up" button.

Connect your Git repository. Netlify can deploy sites from a variety of Git providers, including GitHub, GitLab, and Bitbucket. You will need to authorize Netlify to access your repository and select the repository that contains your site's code.

Configure your build settings. Netlify will automatically detect the build command and output directory for your site, but you can override these settings if needed.

Deploy your site. Once you have configured your build settings, click the "Deploy site" button to deploy your site to Netlify. The deployment process may take a few minutes, depending on the size of your site.

Set up a custom domain (optional). If you want to use a custom domain for your site, you can do so by adding a custom domain to your Netlify account and updating your DNS settings to point to the Netlify servers.

Here's My portfolio Website which I created using React and added animation using Framer motion. Have a look - https://avinash-kumar.netlify.com/

That's it! Your site should now be live on the web, hosted by Netlify. If you have any questions or run into any issues along the way, don't hesitate to reach out to the Netlify support team for assistance.


Original Link: https://dev.to/darkxenium/how-to-host-your-personal-portfolio-website-on-netlify-i13

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To