Install Dependencies
- Inside git bash, type the following commands:
npm install -g gulp-cli netlify-cli - To verify that everything was installed correctly, enter the following commands:
gulp -vnetlify -v - Assuming everything worked properly, you should see the following output:

- Configure netlify by running the following command:
netlify login - The netlify login page should open in your browser.
- Choose the
Emailoption to login. - Send David a message on Discord to get the login username/password.
- Login, then click
Authorize. - You can now close the Netlify page in your browser.
- Verify that everything worked by running the following command in Git Bash:
netlify status - You should see the following output:

Once you have finished installing dependencies, click here to proceed to the next step of setting up your development environment.