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
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 indocs/ use Mintlify. To preview the docs locally:
Local checks
pnpm lintpnpm typecheckpnpm test(if configured)