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 +```