A tool to build interactive stories using the HiGlass Genome Visualization framework.
Installation:
$ git clone --recursive https://github.com/hms-dbmi/higlass-story
$ npm install
To view a report using its JSON file, simply include the JSON file in this project's directory and run either of the following:
Developmental server:
$ npm start
Production build:
$ npm run build