Skip to main content
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
  • pnpm

Run the app locally

1

Install dependencies

2

Set up environment variables

Copy .env.example to .env and fill in values for your environment. Keep credentials out of source control.
3

Start the dev server

The app runs at http://localhost:3000 by default.

Admin and content

Payload CMS admin lives at /admin when the app is running. You need valid credentials to access it.

Docs development

The internal docs in docs/ use Mintlify. To preview the docs locally:

Local checks

  • pnpm lint
  • pnpm typecheck
  • pnpm test (if configured)