Sobeston/zig.guide
Repo for https://zig.guide content. Get up to speed with Zig quickly.
Repo for https://zig.guide content. Feedback and PRs welcome.
zig build --summary all
zig build
- it handles fmt and testing for you.zig build
will select what content to test based on your compiler version.cd website
npm install
npm run docusaurus start