Skip to content

Latest commit

 

History

History
47 lines (31 loc) · 507 Bytes

CONTRIBUTING.md

File metadata and controls

47 lines (31 loc) · 507 Bytes

Core Library

Install dependencies

$ npm install

Run dev server

$ npm start

Run tests

$ npm test

Produce final build

$ npm run build

Documentation site

The iro.js documentation site (iro.js.org) is built with vuepress

Install dependencies

$ npm install

Run dev server

$ npm run docs:dev

Produce static site assets

$ npm run docs:build