Added README
This commit is contained in:
parent
17db0285a0
commit
ceefaad2ee
1 changed files with 24 additions and 0 deletions
24
README.md
Normal file
24
README.md
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue