Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.63 KB

setup-windows.md

File metadata and controls

21 lines (15 loc) · 1.63 KB

Windows or Chromebook

If you're using Windows or a Chromebook (or even an iPad), your best option and the one that we will be supporting during this workshop is to use Nitrous.io.

Use Nitrous.io

Nitrous.io is an excellent way to "code in the cloud". It lets you quickly spin up a "box" with your favorite development environment already installed and lets you share it with others. This approach is done right in your browser. This is FREE unless you want extra options, space, etc, which you will not need for this workshop.

  1. Go to Nitrous.io and create an account if you don't already have one or just sign in
  2. After signing in, go to the dashboard (a list of your Boxes) by clicking the green button for the Dashboard or the Boxes link in the top menu
  3. Click the orange New Box button
  4. Select the Node.js template (we will not be using Node.js but this template will give us access to the CLI tools for this workshop)
  5. Give the box a name (or use the silly one that Nitrous generates)
  6. Leave the other settings at their default
  7. Click the orange Create Box button
  8. Nitrous will create the box and start it up for you (this is known as provisioning)
  9. You're done when you get here:

Nitrous IDE

Now you're ready for the workshop. See you there!