This is a monorepo managed by Turborepo
This Turborepo includes the following packages/apps:
frontend
: a Next.js appomni
: a GraphQL API
- Install Dependencies.
pnpm install
-
Create a
.env
in the root of the project following the.env.example
template. -
Start the local development database
docker compose up -d
- Run the development server
pnpm dev
- Frontend app at http://localhost:3000
- Omni API at http://localhost:4000