Add finished/README

This commit is contained in:
Richard Feldman
2018-05-05 08:04:45 -04:00
parent b54355b4df
commit 8ae366a175

12
finished/README.md Normal file
View File

@@ -0,0 +1,12 @@
# Finished
This is how the app looks when everything is finished!
To build everything, `cd` into the `finished/` directory and run:
```shell
elm-live src/Main.elm --output=../server/public/elm.js --dir=../server/public --pushstate
```
Then open [http://localhost:3000](http://localhost:3000) in your browser.