24 lines
No EOL
489 B
Markdown
24 lines
No EOL
489 B
Markdown
# Building
|
|
|
|
To build this site, you need zig
|
|
|
|
Just clone the repository
|
|
```
|
|
git clone https://github.com/ikks/flow-control.dev.git
|
|
cd flow-control.dev
|
|
```
|
|
and issue
|
|
|
|
```
|
|
zig build serve
|
|
```
|
|
|
|
Then visit with your browser the site pointed by the previous command
|
|
|
|
Powered by [Zine](https://zine-ssg.io/docs/)
|
|
|
|
## Resources
|
|
|
|
* [Monospace Web Theme](https://owickstrom.github.io/the-monospace-web/)
|
|
* [Zine](https://zine-ssg.io/docs/)
|
|
* [Flow Control Editor](https://github.com/neurocyte/flow) |