| title | description |
|---|---|
Local development |
Run wlumsa.org locally and connect required services |
Use this page to get a local instance of wlumsa.org running. This is high level by design. Ask a maintainer for credentials or access where needed.
**Prerequisites** - Node.js 22.x or higher - pnpmpnpm installCopy .env.example to .env and fill in values for your environment. Keep credentials out of source control.
pnpm devThe app runs at http://localhost:3000 by default.
Payload CMS admin lives at /admin when the app is running. You need valid credentials to access it.
The internal docs in docs/ use Mintlify. To preview the docs locally:
mint devpnpm lintpnpm typecheckpnpm test(if configured)