Requirements: Latest Node.js (including npm)
Before you start developing, you should clone or download this repository and run:
$ npm installTo start the API server for development run:
$ npm startThe development server will automatically restart the server on file changes.
After you have done something check your syntax with running:
$ npm run lintingAlso check if you've set the JSDOC comments correctly by running:
$ npm run docand opening ./build/doc.
If you contribute to this project, you are implicitly allowing your code to be distributed under this license. You are also implicitly verifying that all code is your original work.