General description: what does it do, what does it interact with, etc.
- Node >= vX.X
With npm:
npm i project-name
The configuration is provided through the following environment variables at runtime:
| Name | Required | Default | Description |
|---|---|---|---|
REDIS_HOST |
yes | Redis host url | |
REDIS_PORT |
no | 6379 |
Redis host port |
Run worker:
npm run worker
Run server:
npm run server
Build assets:
npm run build
Run tests:
npm run tests
Run end to end tests:
npm run e2e