Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 296 Bytes

README.md

File metadata and controls

32 lines (18 loc) · 296 Bytes

MY HABITS

Prerequisites

In order to run this, make sure you have following things installed:

  • Node.js v6.5

How do I get set up?

npm install -D

then

npm run dev

How do I run tests?

npm run test:watch

or

npm test to run it once.