Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 449 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 449 Bytes

HiGlass Story

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