Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 413 Bytes

File metadata and controls

18 lines (11 loc) · 413 Bytes

Contributing

Quickest way: edit on GitHub

Every page has an "Edit this page" link at the bottom. Click it, make your changes, and open a PR — no local setup needed.

Working locally

npm install
npm run dev

Open http://localhost:5174 to preview changes.

Review & publishing

Each PR gets an automatic preview link. Once approved and merged to main, changes go live automatically.