Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 563 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 563 Bytes

IRIS

Node version

This project requires node >= 4.0.0 due to hapi dependency.

Install the project:

$ npm install

Available commands:

# to begin development
$ npm run dev

# to run the test suite
$ npm run test

# to run linting
$ npm run lint

# to build for production
$ npm run build

# to run the production server
$ npm start

Enabled pre-commit hooks: