Skip to content
nanli-emory edited this page Jul 16, 2020 · 3 revisions

Setting up the app

  1. Install Node.js
  2. Clone the repository run git clone -b demo --single-branch https://github.com/sharmalab/eaglescope.git
  3. Enter the directory (./eaglescope)
  4. Run npm run dev
  5. Go to http://localhost:1234 from your favorite browser.

Configuration For Viusalization Data

The configuration file is available at ./config/vis-config.json

vis-config.json The vis-config.json file specifies information about the entire dashboard layout, the type of visualization components that will display on the main view panel. Refer to vis-config.json documentation

Modify the configuration file to fit your demands.

Running

Run node npm run dev to get the application server started. Goto http://localhost:1234 to see your dashboard.