Skip to content

Instantly share code, notes, and snippets.

Requirements

  • Make sure you have a terminal application on your computer. On Mac, the default "terminal" application will work. On Windows, use the command prompt, or another terminal program. If using the VS Code editor, a terminal is built in.
    • Windows Users: If you get an error when running npm deploy in the command prompt, try installing an alternative terminal application. One of the following should work:
  • Try running git --version in your terminal. If you get an error, install git from here: https://git-scm.com/downloads
  • Install Node.js which includes npm. To test if you have this installed, run npm -v and if it is installed, you should see a number output with the current version. Make sure it is greater than 5.2.
  • If npm is not installed, go here to install Node.js: https://nodejs.org/en/

Setup