Skip to content

Commit

Permalink
dev setup instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
bzar committed Jan 12, 2013
1 parent 7f2057c commit 02985e7
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ A browser multiplayer turn-based strategy game

Developer setup
---------------
1. Install node.js, mongodb and coffeescript
1. Install node.js, mongodb and coffeescript
2. Run the following commands

git clone https://github.com/bzar/wars-gamenode.git
cd wars-gamenode
git checkout new-ui && git submodule update --init --recursive
node wars
git clone https://github.com/bzar/wars-gamenode.git
cd wars-gamenode
git checkout new-ui && git submodule update --init --recursive
node wars

1. Development server runs at port 8888
3. Development server runs at port 8888

Used libs and stuff
-------------------
Expand Down

0 comments on commit 02985e7

Please sign in to comment.