Kresus

Install from the source code

To install node dependencies and compile the scripts (this will not install Kresus globally) for a production use:

npm install && npm run build:prod

You will then be able to launch Kresus with

NODE_ENV=production npm run start