Skip to content
This repository was archived by the owner on Feb 14, 2023. It is now read-only.

Latest commit

 

History

History
17 lines (13 loc) · 625 Bytes

File metadata and controls

17 lines (13 loc) · 625 Bytes

badeseenservice strider build badge

Installation

Prerequisites

This project relies on node.js and mongodb. It both of them are installed, run npm install to fetch all dependencies.

Development

While developing you should use grunt watch for direct feedback. Before committing anything you should run grunt beautify.

Testing

Run make test for unit tests.

Generate API documentation

Install apiDoc first (npm install -g apidoc). Then run apidoc -i api/. The documentation can then be found under doc/