Add note on branches

This commit is contained in:
Matt Parsons 2015-11-13 18:51:24 -05:00
parent 7c74723ba7
commit 5dc703f0e9

View file

@ -9,3 +9,13 @@ The front end is in `ui` and setup to build with `stack` and `ghcjs`.
1. stack
2. nodejs
## Branches:
### `master`
The `master` branch will be minimal -- just a normal Haskell project with a `ui` folder containing a stack-buildable GHCJS project.
### `servant`
The `servant` branch includes a minimal server written in Servant that serves files out of the `ui/assets/` directory.