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 e1d2d6d commit 7f2057c
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ A browser multiplayer turn-based strategy game

Developer setup
---------------
* Install node.js, mongodb and coffeescript
1. Install node.js, mongodb and coffeescript

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

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

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

0 comments on commit 7f2057c

Please sign in to comment.