![Stories in Progress](https://badge.waffle.io/eagleeye/HumansVsZombiesUa.png?label=in%20progress&title=In Progress) HumansVsZombiesUa
inspired by http://humansvszombies.org/
Clone this repo
git clone https://github.com/eagleeye/HumansVsZombiesUa.git
Install dependencies from project root
npm install && sudo npm install -g coffee-script
Optionally set custom port (don't forget to append it to the URL later)
export PORT=9999
Start application
npm start
Start application in dev mode
npm run dev
Open HVZ locally
http://localhost.e-conomic.ws/
Enjoy!)