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 -v
netlify -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
Email
option 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.