For this project, you will need the following dependencies installed on your device:
- NodeJS (8+)
- Yarn (npm should not be used)
- MongoDB
To install the required Node dependencies, run yarn.
Run cp .env.example .env and set your correct environment variables. This file is loaded automatically
For development, run yarn run dev.
To run the Dashboard CLI, run yarn run cli [args]. To see which arguments are available, run yarn run cli --help.