Node.js NPM
- Install this workshop module globally
npm install -g git-it - Create a folder to put your work in for this workshop.
a. Pro-tip: Create a folder that will store all of your programming projects, then a folder for each, including this workshop, project you have. For example: Create a folder
Codeand then inside of it a folder for this workshop,git-itb. Pro-tip: Start learning the command line!
- Open a Terminal (Mac) or Bash (Windows) window
- Type
mkdir codeto make a directory (folder) for your code projects - Type
cd codeto navigate into that folder - Type
mkdir git-itto create a folder for this workshop - Type
cd git-itto navigate into that folder
- From Terminal/Bash, run this module from inside the folder you created for it
npm installto install the modules it depends ongit-itto get started.
Awesome! Select the first challenge and be on your way!