zig.guide
December 28, 2024 ยท View on GitHub
Repo for https://zig.guide content. Feedback and PRs welcome.
Testing
zig build --summary all
Contributing
- Make use of
zig build- it handles fmt and testing for you. - Use the correct Zig version;
zig buildwill select what content to test based on your compiler version. - When fixing a regression, fix it in both the latest major release & master where applicable, and improve test coverage where possible.
- Raise an issue or reach out before making large changes (e.g. new pages).
Running the dev server
cd website
npm install
npm run docusaurus start