Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.64 KB

File metadata and controls

38 lines (28 loc) · 1.64 KB

Documentation

Everything you need to maintain the MPS Lab website. Start with the guide that matches what you want to do.

Guides

Guide Use it when you want to…
Getting Started Install dependencies and run the site locally
Content Guides Add/update/remove content — one guide per content type
Contributing Guide Set up, follow the workflow, and conventions
Architecture Understand the tech stack, structure, UI, and search
Build & Deployment Build, deploy, or troubleshoot the site
Migration Plan Review the migration/deployment history

Most Common Tasks

Each content type has its own self-contained guide under content/:

Golden Rule

After any change, validate it with a full build:

npm run build

If the build passes, your content is valid and the site will render. If it fails, the error message points to the file and field to fix.