ticidesign / coding-dojo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coding Dojo

Tech Requirements

  1. Ensure that you have node installed in your system
For Windows User
  • 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).
For Mac users
  • use homebrew/nvm to install node

Running the Katas

  1. Clone the github repository
  2. Go to the katas that you want to work on note that the katas are grouped based on the session dates
  3. run nvm use to run with the latest node version
  4. run npm install to use the dependencies (at present its mocha to write the tests)
  5. run npm test to run the tests

Proposing a new Kata

If you have any new kata's that you would like to share, you could do the following

  1. Clone the repository;
  2. Create a new branch for your new Kata;
  3. Add the Kata to the folder /katas/ (e.g. /katas/my-new-kata/).
  4. 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

About


Languages

Language:JavaScript 81.9%Language:CSS 13.1%Language:HTML 4.9%