For developers
This section is the quick reference for people working on the WMA codebase.
Before you start
- Node.js 20+
- pnpm
- Docker and Docker Compose
- A working
.env.developmentor.env.productionfile
Stack at a glance
- Next.js 16
- React 19
- TypeScript
- Prisma + PostgreSQL
- Redis
- Tailwind CSS
Start here
- System infrastructure: runtime pieces, services, and environment basics.
- CI/CD pipeline: how builds and deployments work today.
- Documentation: how to edit docs in this repo.