Local Exercism Clone
Exercism.io is a web site and command-line tool for learning to program. It is a great way to get help from people far away.
For this course, we have made a custom fork of Exercism and modified it to work locally.
- Visit https://github.com/BurlingtonCodeAcademy/exercism-javascript and click the green "Clone or Download" button
- Copy that Git URL; it should be something like
git@github.com:BurlingtonCodeAcademy/exercism-javascript.git - Open your local Terminal program and visit your
codedirectory - Clone the repo by running
git clone git@github.com:BurlingtonCodeAcademy/exercism-javascript.git(or "git clone" and paste) cd exercism-javascript- Install node packages with
npm install - Run a local server with
node . - Visit http://localhost:5000 for more instructions!
- Open a new Terminal tab or window (since the current one is running your local node server)
- Do as many exercises (in order!) as you can