Skip to content

Latest commit

 

History

History
55 lines (38 loc) · 1.05 KB

File metadata and controls

55 lines (38 loc) · 1.05 KB
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 - pnpm

Run the app locally

pnpm install

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

pnpm dev

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:

mint dev

Local checks

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