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.
Working on these docs
Section titled “Working on these docs”This site is in website/ (Astro + Starlight):
cd websitenpm installnpm run devSee website/README.md for full preview instructions.