/habits

Primary LanguageGo

Habits Build Status Coverage Status Go Report Card

Running Habits for Development

$ npm install
$ make install
$ make start
$ npm run serve

Testing Habits

$ make test
$ npm run test:unit
$ npm run test:e2e

Build Habits

$ make compile
$ npm run build