From 8ae366a1759cfb29642711ec4b372fd8a758514b Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Sat, 5 May 2018 08:04:45 -0400 Subject: [PATCH] Add finished/README --- finished/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 finished/README.md diff --git a/finished/README.md b/finished/README.md new file mode 100644 index 0000000..a322068 --- /dev/null +++ b/finished/README.md @@ -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. +