Divvy is an application that should be used along with ParaView. The easiest way to get started is to use our prebuild version with a ParaView binary that can be downloaded here.
$ npm install -g pvw-divvy |
But if you really want to build it yourself you can run the following set of command line inside the repository
Building Divvy
In order to build the application you can run npm run build
for quick development usage or npm run build:release
for production usage.
For Windows usersYou cannot use the previous command line for building a production ready bundle.
Instead you will need to run:npm run build -- -p
Either of these commands will update the dist
directory with all the required resource.
Building the website
Divvy comes with its tools to build the website that get published on github.io which enables you to write documentation and see what it will look like once published.
In order to build the full website you can run the following command:
$ npm run doc:www |
You will be able to browse the content on http://localhost:4000/divvy
.