diff options
author | Joris | 2017-04-04 23:40:54 +0200 |
---|---|---|
committer | Joris | 2017-04-04 23:42:42 +0200 |
commit | f6a73e5bd6a5e2d7d4eb9c8a14bdf1a0c8a4ac4c (patch) | |
tree | 184b0ef41ad60dcc9e5cc927604c031e0db81bbf /README.md | |
parent | 6228c242fda7b33bc919f2a74509314d1e671d4b (diff) |
Bootstrap purescript
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..3039512 --- /dev/null +++ b/README.md @@ -0,0 +1,19 @@ +Sucre +===== + +Getting started +--------------- + +Install nix and follow the instructions: + +``` sh +curl https://nixos.org/nix/install | sh +``` + +Launch: + +``` sh +./start +``` + +Open your browser at [http://localhost:9000](http://localhost:9000). |