The VIPER project.
-
Install Node.js in newest version (actual procedure depends on your system).
-
Install grunt CLI:
npm install -g grunt-cli -
Clone the project:
git clone https://github.com/bdfhjk/VIPER -
Go to the project root:
cd VIPER -
Install dependencies:
npm install -
Run project:
grunt
If all is OK, VIPER server will be listening on port 3000.