Schedule analytics scripts, and create Slack Alerts
- Copy example env file:
cp .env.example .env
- Update the environment variables
- Install the packages:
npm install
- Run the server:
npm run dev
- Use
docker-compose up
to setup and run in Docker Environment