Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 616 Bytes

README.md

File metadata and controls

34 lines (26 loc) · 616 Bytes

Status

Build Status

The VIPER project.

Deployment

  1. Install Node.js in newest version (actual procedure depends on your system).

  2. Install grunt CLI:

    npm install -g grunt-cli
    
  3. Clone the project:

    git clone https://github.com/bdfhjk/VIPER
    
  4. Go to the project root:

    cd VIPER
    
  5. Install dependencies:

    npm install
    
  6. Run project:

    grunt
    

If all is OK, VIPER server will be listening on port 3000.