Skip to content
localcode

Contributing

localcode is Apache-2.0 and contributions are welcome. Keep changes focused on the local-first workflow: easier setup, better reliability and clarity, and no broad complexity unless it clearly helps users.

The contributor guides live in the repository: CONTRIBUTING.md (development setup, tests, and PR steps) and SECURITY.md.

This site is in website/ (Astro + Starlight):

Terminal window
cd website
npm install
npm run dev

See website/README.md for full preview instructions.