Skip to content

105ron/coding-dojo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • JavaScript 81.3%
  • CSS 13.6%
  • HTML 5.1%