Skip to main content
Use this guide to get oriented, run the project locally, and explore the codebase with AI tools.

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 routes
  • wlumsa.org/src/collections/ Payload collections for content types
  • wlumsa.org/src/blocks/ reusable content blocks
  • wlumsa.org/src/components/ UI components
  • wlumsa.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

Avoid pasting secrets or production credentials into AI tools. If you need access, contact a maintainer.