- Ensure that you have node installed in your system
- Download the Windows installer from the Nodes.js® web site.
- Run the installer.
- Follow the prompts in the installer (Accept the license agreement, click the NEXT button and accept the default installation settings).
- use homebrew/nvm to install node
- Clone the github repository
- Go to the katas that you want to work on note that the katas are grouped based on the session dates
- run
nvm useto run with the latest node version - run
npm installto use the dependencies (at present its mocha to write the tests) - run
npm testto run the tests
If you have any new kata's that you would like to share, you could do the following
- Clone the repository;
- Create a new branch for your new Kata;
- Add the Kata to the folder
/katas/(e.g./katas/my-new-kata/). - Open a Pull Request :)
Once the Pull Request has been approved, you can find your katas in the repository.
For any other feedbacks feel free to email us at info@nodegirls.com.au