diff --git a/README.md b/README.md index 135dd26..ed5da03 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,17 @@ A game we built for Ludum Dare 35! Play now at [sqoff.com](http://sqoff.com). Also see the [making of](http://scripta.co/articles/squareoff-ld35/) blog post. ## Setup - +#### Dev npm install + npm run build-dev +#### Prod + npm install + npm run build -## Hacking - +## Run +#### Dev + npm run start-dev +#### Prod npm start - - -Then to test open two browser windows and go to http://localhost:3000 in both + +Then to test open two browser windows and go to http://localhost:8080 in both