Now that you know what you’re going to build, let’s set up all the tools you’ll need!
This unit shows you how to set up your development environment and deploy to Netlify. Skip ahead to Unit 2 if you are already comfortable with your environment and workflow.
In this unit, you will create a new project that is stored online in GitHub and connected to Netlify.
As you write code, you will periodically commit your changes to GitHub. Netlify will use the files in your GitHub repository to build your website, and then publish it on the internet at a unique address where anyone can view it.
Netlify will continuously monitor your GitHub repository for any committed changes, and will rebuild and republish your site to reflect those changes.