The project was moved to the monorepo (Turborepo)
An open source application built using NestJS
- Install dependencies using npm:
npm i
- Copy
.example.env
to.development.env
and update the variables.
cp .example.env .development.env
- Start the development server:
npm run start:dev