diff options
-rw-r--r-- | README.md | 12 |
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). |