We use a number of open source projects to work properly:
requires Node.js to run.
add a file named nodemon.json
in the root directory with the following config:
{
"env": {
"CLEARDB_DATABASE_URL": ""
},
"ext": "js pug"
}
Install the dependencies and devDependencies and start the server.
$ npm install
$ npx nodemon