Getting Started
Getting started with the development of Monika Notification Service
Prerequisites
- Node.js 20+
- pnpm
- Docker
Getting Started
From the root of the monorepo project, run the following command:
pnpm installto install the dependencies.cp env.example .envfrom thepackages/envdirectory.- Edit the environment variable values as needed.
./dev-bootstrap.shto bootstrap the development environment. The script basically creates symlinks to thepackages/env/.envfile to.env.localin all apps and packages.