Skip to content

Update README.md instructions #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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