Install Dependencies

  1. Inside git bash, type the following commands:
    npm install -g gulp-cli netlify-cli
  2. To verify that everything was installed correctly, enter the following commands:
    gulp -v
    netlify -v
  3. Assuming everything worked properly, you should see the following output:
    dependencies output
  4. Configure netlify by running the following command:
    netlify login
  5. The netlify login page should open in your browser.
  6. Choose the Email option to login.
  7. Send David a message on Discord to get the login username/password.
  8. Login, then click Authorize.
  9. You can now close the Netlify page in your browser.
  10. Verify that everything worked by running the following command in Git Bash:
    netlify status
  11. You should see the following output:
    netlify status output

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