BrennerSpear / HR-Toy-Problems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#HR-Toy-Problems

Toy problems for the after hours meetup

Usage

Fork the repo

Clone your fork your local machine

After the first clone run the following from the project's root directory

git remote add upstream https://github.com/willpowelson/HR-Toy-Problems.git
npm install

To get the latest changes

git pull upstream master

To test the latest session's problems

npm test

To test all past problems

npm testall

About


Languages

Language:JavaScript 100.0%