Hello there!

Let's learn something today.

YOU'RE BUILDING

Pharmasift Part I

ROADMAP

Frontend

DIFFICULTY LEVEL

Beginner

Sections
0 / 33 Chapters Completed (0%)

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:

  1. Netlify Account Creation:

    • Sign up for a Netlify account if you haven't already. Visit Netlify and create an account using your email.

  2. 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.

  3. 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).

  4. Deploy Your Site:

    • Click on the "Deploy Site" button. Netlify will initiate the build process.

  5. 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.