-
Install
node
:$ brew install node
-
Install
yarn
:$ brew install yarn --without-node
Fork this repository and clone your fork (make sure you clone it into your development
directory):
$ git clone https://github.com/<your_username>/JSEpisode4.git
Install all the requirements:
- Navigate to the project root (you'll find a file called
package.json
there). - Install the requirments using
yarn install
.
Run the tests:
$ yarn test
This command will run the testing file and test your code to make sure it has all the required features.
You'll know when you're done when your code passes all the tests.