tofuness / Toshocat

Anime and Manga list app for desktop.
https://toshocat.com
GNU General Public License v3.0
181 stars 12 forks source link
anime manga movie tracking



Build Status Code climate Coverage Status Coverage Status


Installation

Developing

$ npm run test:watch
$ npm run webpack:dev
$ npm run start:dev

Starts up the application in development mode. The Squirrel updater won't work in the development environment so you can safely ignore Squirrel errors.

Building

$ npm run test
$ npm run webpack:build
$ npm run dist

Make sure tests pass before running npm webpack:build. npm run dist builds the delta files and artifacts for 64-bit Windows.

License

GNU GPL V3