/satelles-node

NodeJS satelles for Rerum Imperium project

Primary LanguageTypeScriptMIT LicenseMIT

Node satelles

Satelles for the Rerum Imperium project. In NodeJS

Setup

Create the config file from template (then edit it to suit your env) cp config.template.yml config.yml

Run the server

npm run start

Run tests

npm run test

Run lint

npm run lint

With auto fix npm run lint:fix