- Node 14+
- Some basic TypeScript knowledge
- NPM & Yarn
- Docker (unless you want to install services locally)
- Clone the repo
git clone https://github.com/alii/monitor
cd monitor
- Install dependencies
yarn
- Bootstrap services (with Docker)
docker-compose up -d
- Get started in development mode (hot reloading)
yarn dev