Prerequisites
- Node.js 22+ (use
nvm use) - pnpm 10.9+ (
npm i -g pnpm) - MongoDB running locally or connection string
- Git with access to the Juno-Journey/monorepo
Setup
Configure environment
Copy the
.env.example files in apps/api/ and apps/front/ and fill in required values. Ask your team for credentials.Verify
- Frontend: http://localhost:8081
- Backend status: http://localhost:10010/api/v1/status
- Test login: http://localhost:10010/api/v1/auth/test/login/agent
Key commands
Next steps
- Architecture — understand the system
- Monorepo Structure — where things live
- Contributing — how to submit changes