Skip to content

Latest commit

 

History

History
46 lines (31 loc) · 1.16 KB

README.md

File metadata and controls

46 lines (31 loc) · 1.16 KB

Build Status Code Climate Test Coverage

Polis Admin Console

Configuration

Install the NVM following the instructions: NVM Installation Guide.

Them run the commands below to install the correct Node.JS version and the application dependencies.

$ nvm install 6.2.0
$ npm install

Common Problems

If you having troubles with npm dependencies try run the commands below:

$ npm cache clear
$ npm install

Running Application

$ nvm use 6.2.0
$ npm start

Running Tests

We use the Jest Testing Framework.

$ npm test

Do you wanna contribute to this project? See the Contribution Guide for more informations.