Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 276 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 276 Bytes

Gilded Rose in Javascript

Install npm. Install dependencies:

sudo npm install -g grunt-cli
sudo npm install

Run the tests suite:

grunt simplemocha

Or run the tests suite whenever test or source files are changed:

grunt watch