Hello there!
Let's learn something today.
Pharmasift Part I
Frontend
Beginner
1. Make It Live
https://www.youtube.com/embed/BM-ZxrM5D1I?si=eeuuCco5MYN0vdOF
In this chapter, we'll explore the process of deploying your website, built with HTML, CSS, and Tailwind, using Netlify, a popular platform for hosting web projects.
Why we use Netlify:
Continuous Deployment: Netlify can automatically deploy your site whenever you push changes to your connected Git repository.
Custom Domains: Easily configure custom domains for your site.
CDN & Performance: Netlify provides a global CDN (Content Delivery Network) for faster site loading.
Steps to Deploy with Netlify:
Netlify Account Creation:
Sign up for a Netlify account if you haven't already. Visit Netlify and create an account using your email.
Project Setup on Netlify:
Once logged in, click on "New site from Git" on the Netlify dashboard.
Connect your Git repository (GitHub, GitLab, Bitbucket) where your project is hosted.
Configure Deployment Settings:
Choose the branch you want to deploy (e.g., main, master).
Set build settings if needed (for most HTML/CSS projects, Netlify auto-detection works perfectly).
Deploy Your Site:
Click on the "Deploy Site" button. Netlify will initiate the build process.
View Your Live Site:
Once the build is successful, Netlify provides you with a live URL where your website is hosted. You can access your live site from this URL.