https://github.com/ibokuri/zig-by-example
Zig by Example
https://github.com/ibokuri/zig-by-example
zig
Last synced: 8 months ago
JSON representation
Zig by Example
- Host: GitHub
- URL: https://github.com/ibokuri/zig-by-example
- Owner: ibokuri
- License: other
- Created: 2022-01-25T05:09:10.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T16:20:36.000Z (about 1 year ago)
- Last Synced: 2025-03-14T20:14:43.180Z (8 months ago)
- Topics: zig
- Language: Go
- Homepage: https://zig-by-example.com
- Size: 6.49 MB
- Stars: 74
- Watchers: 1
- Forks: 14
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
Zig by Example
Content and build toolchain for Zig by Example.
## Building
To build the site:
```sh
tools/build
```
To build the site continuously in a loop:
```sh
tools/build-loop
```
To serve the site locally:
```sh
tools/serve
```
## License
This work is a derivative of "Go by Example" by [Mark McGranaghan](https://markmcgranaghan.com), used under [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/).
This work is licensed under [CC BY 3.0](https://github.com/ibokuri/zig-by-example/blob/main/LICENSE) by Jason Phan.