- install node.js on your machine
- install pnpm on your machine
cd transcendence/backendpnpm installto install dependencies on your machinepnpm install -g @nestjs/clipnpm install prisma --save-devpnpm install @prisma/client
Launch back with pnpm start:dev inside transcendence/backend
Acces is on http://localhost:3000
Inside transcendence/ enter docker compose up dev-db -d to launch the Database container
cd transcendence/frontendpnpm installto install dependencies on your machine
Launch front with pnpm run dev inside transcendence/frontend
Acces is on http://localhost:5173