From ceefaad2eed72441a4bbfeaf7162b65566522413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Igor=20T=C3=A1mara?= Date: Sat, 9 Nov 2024 00:59:48 -0500 Subject: [PATCH] Added README --- README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README.md 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