- Navigate to the repo here https://github.com/codurance/academy-running-typescript-bdd
- Click the Fork button from the top right corner of the page
- Chose to fork the code to your personal github account
- You can rename the github repo to the kata name from the Settings tab. e.g. fizzbuzz-kata
- Clone the code from the forked repository:
git clone git@github.com:<youGithubHandle>/fizzbuzz.git
cd fizzbuzz
npm install
- You can rename the github repo to the kata name from the Settings tab
- Copy and paste the bash instructions to the team so they can use your forked repo
npm i
npm start
npm start <name of test>
(per describe block)
ie: npm start example
npm run watch <name of test>
ie: npm run watch example
npm run watch-all