diff --git a/README.md b/README.md new file mode 100644 index 0000000..7c460a9 --- /dev/null +++ b/README.md @@ -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) \ No newline at end of file