Skip to content

HvzKievUA/HumansVsZombiesUa

Repository files navigation

inspired by http://humansvszombies.org/

Installation

Install Node.js, MongoDB.

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!)