Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 389 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (22 loc) · 389 Bytes

Development

Below lists a few commands for building and running a local copy of VolView.

To prepare your environment after cloning the repo, run:

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Lints and fixes files

npm run lint

Unit Tests

npm run test:unit