- Home
- Javascript
- Deploying on Netlify from GitHub
Deploying on Netlify from GitHub
Contents
Deploying on Netlify from GitHub
Follow the steps below to deploy your GitHub project on Netlify:
Step 1: Go to Netlify
- Open Netlify in your browser.
- Click on “Add new project”, then select the "Import an existing project" option.
Pre-requisite: You should have a free Netlify account
Step 2: Deploy with GitHub
- Choose Let’s deploy your project with the GitHub option
Step 3: Select your repository
- From the list of your GitHub repositories, choose your project repo (here it is the Recipe-Finder-app)
Step 4: Configure your project
- Give your site a Team name (e.g., Abhishek Team).
- Give your site a Project name (any name you like).
- Choose the branch to deploy – usually main.
- Leave other settings as the default.
Step 5: Deploy your site
- Click Deploy <repo-name>.
- Wait for Netlify to finish deployment.
Step 6: Access your live site
- Once deployed, Netlify will provide a link to your website.
- Click the live link to see your web app live on the internet!










