First steps
1
Read the project README
Start with
wlumsa.org/README.md to understand requirements, environment variables, and local setup.2
Run the app locally
Follow the steps in the internal docs at
/development to install dependencies, configure .env, and start the dev server.3
Explore the content model
Review
wlumsa.org/src/payload.config.ts to see collections, globals, and plugins.Useful reference points
wlumsa.org/src/app/public pages and routeswlumsa.org/src/collections/Payload collections for content typeswlumsa.org/src/blocks/reusable content blockswlumsa.org/src/components/UI componentswlumsa.org/src/Utils/data fetching and utilities
AI usage
AI tools are a way to understand the codebase when you scope requests to the repo and the task at hand.Suggested prompts
Service links
- Payload CMS docs: https://payloadcms.com/docs
- Payload MCP plugin: https://payloadcms.com/docs/plugins/mcp
- Supabase docs: https://supabase.com/docs
- Resend docs: https://resend.com/docs
- Stripe docs: https://stripe.com/docs
- PostHog docs: https://posthog.com/docs
- Google Analytics docs: https://developers.google.com/analytics
Avoid pasting secrets or production credentials into AI tools. If you need access, contact a maintainer.