Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 402 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 402 Bytes

Analytics Scheduler and Slack Alerts

Schedule analytics scripts, and create Slack Alerts

Getting Started

  1. Copy example env file:
cp .env.example .env
  1. Update the environment variables
  2. Install the packages:
npm install
  1. Run the server:
npm run dev

Docker

  1. Use docker-compose up to setup and run in Docker Environment