aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-21 23:53:10 +0200
committerRaymaekers Luca <raymaekers.luca@gmail.com>2024-10-21 23:53:10 +0200
commit47a9e934ecb2c84e3edd40bfa32e78937f831660 (patch)
treeabc12a67c7ee439ffa7954f3d7bc10a5d1c34940
parent384e2ea402a729d6796d5e3c3f1a0add3efa590a (diff)
Added readmemain
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..9a0a65b
--- /dev/null
+++ b/README.md
@@ -0,0 +1,12 @@
+# Ideez
+Provide single page post-it boards where you can write your ideas down. Each server gets a random
+url, be sure to save it!
+
+# Running
+```sh
+git clone https://git.spacehb.net/ideez
+cd ideez
+go run .
+```
+# Example
+You can try out this [instance](https://ideez.spacehb.net).