Added README

This commit is contained in:
Igor Támara 2024-11-09 00:59:48 -05:00
parent 17db0285a0
commit ceefaad2ee

24
README.md Normal file
View file

@ -0,0 +1,24 @@
# 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)