Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 419 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 419 Bytes

weaver-workbench-data

Visual application to model Weaver datasets

Running

Run the following commands to start the weaver workbench:

npm install
bower install
grunt

This assumes an instance of a weaver-server is running on localhost:9487, which is configured in src/app.coffee

This project is also available as part of the weaver docker composition.