Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.