/katas

Primary LanguageJavaScriptMIT LicenseMIT

A training program designed to simulate a dojo with a sensei, who knows katas that he teaches to his students.

First...

Install Git SCM

Install Node

Install gulp globally

npm install --global gulp

To get started, just clone the repo and run

npm install

in the home directory.

First enter the dojo (cd into 'dojo'), then approach the sensei (cd into 'sensei' directory)

Remember to bow to your sensei. (actually bow to your sensei)

Request the sensei guide you in a particular kata (run gulp task named for kata e.g. "bowling-kata").