Skip to content

karloscarweber/zig.guide

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zig.guide

Repo for https://zig.guide content. Feedback and PRs welcome.

Testing

zig build --summary all

Contributing

  1. Make use of zig build - it handles fmt and testing for you.
  2. Use the correct Zig version; zig build will select what content to test based on your compiler version.
  3. When fixing a regression, fix it in both the latest major release & master where applicable, and improve test coverage where possible.
  4. 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

About

Repo for https://zig.guide content. Get up to speed with Zig quickly.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • MDX 56.2%
  • Zig 35.8%
  • TypeScript 5.4%
  • JavaScript 2.0%
  • CSS 0.6%