From 3ea9c8d9d859c166cb5161074478d9844b8b782f Mon Sep 17 00:00:00 2001 From: Richard Feldman Date: Fri, 4 Mar 2016 02:28:17 -0800 Subject: [PATCH] Add README --- stages/3/README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 stages/3/README.md diff --git a/stages/3/README.md b/stages/3/README.md new file mode 100644 index 0000000..9baf7cb --- /dev/null +++ b/stages/3/README.md @@ -0,0 +1,20 @@ +Getting Started +=============== + +## Install Elm + +Visit http://elm-lang.org/install to get set up. + +## Install the Project + +Run this at the terminal: + +```bash +npm install +``` + +## Automatically Rebuild + +```bash +npm run watch +```