KadseBot is used for a number of different services now. Still it is a work in progress. See CHANGELOG.md for instructions on breaking changes.
- Telegram Bot
- NAK Api Features
Install dependencies:
$ npm install
To make IntelliJ development features work properly. (You still have to configure them!)
$ npm install -g eslint eslint-plugin-react gulp
Build client:
$ npm run build
Start the dev-server:
$ GROUP=example npm run start-dev
Or start the live-server:
$ NODE_ENV=production GROUP=example npm run start
For debug information add following environment parameter before the npm run command:
$ DEBUG=turing-microservice:*
$ npm test
This also:
- runs eslint
- creates coverage reports
Benedikt Stemmildt
MIT