In order to setup your own development environment, you have to have NodeJS as well as Node Package Manager (NPM) installed.
Clone this repository, cd to the project directory and run the following commands:
$ git clone https://github.com/Kompakkt/Common.git src/common
$ npm i
Ensure that MongoDB and Redis is running then start the server with
$ npm run start