Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ibokuri/zig-by-example
Zig by Example
https://github.com/ibokuri/zig-by-example
zig
Last synced: about 14 hours 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 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-23T16:20:36.000Z (4 months ago)
- Last Synced: 2024-12-30T10:25:29.028Z (8 days ago)
- Topics: zig
- Language: Go
- Homepage: https://zig-by-example.com
- Size: 6.49 MB
- Stars: 70
- Watchers: 1
- Forks: 13
- 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.