diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/guide.md | 13 | ||||
| -rw-r--r-- | docs/index.md | 6 |
2 files changed, 19 insertions, 0 deletions
diff --git a/docs/guide.md b/docs/guide.md new file mode 100644 index 0000000..0fb596d --- /dev/null +++ b/docs/guide.md @@ -0,0 +1,13 @@ +% getting started +% - +% - +# getting started with alive + +``` +(import* debug math) + +(out "a" (+ 1 2)) +(out "b" (+ 3 4)) +``` + +*(this site is currently under construction)* diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 0000000..f8a5cdd --- /dev/null +++ b/docs/index.md @@ -0,0 +1,6 @@ +# `alive` - livecoding with persistent expressions + +<iframe allowfullscreen="true" frameborder="0" height="315" width="560" + src="https://www.youtube.com/embed/z0XZYnY3Evc"></iframe> + +*(this site is currently under construction)* |
