Skip to content

tofuness/Toshocat

Repository files navigation



Build Status Code climate Coverage Status Coverage Status

Installation

$ npm install
// Make sure the native modules are built. Don't worry about other warnings/errors.
$ npm run rebuild
// Start up the dev server
$ npm run webpack:dev
$ npm run start:dev

Developing

$ npm run test
// To build for production
$ npm run webpack:build
// Test application in production mode
$ npm run start

License

GNU GPL V3