-
Notifications
You must be signed in to change notification settings - Fork 18
Home
nanli-emory edited this page Jul 16, 2020
·
3 revisions
- Install Node.js
- Clone the repository run
git clone -b demo --single-branch https://github.com/sharmalab/eaglescope.git
- Enter the directory (./eaglescope)
- Run
npm run dev
- Go to http://localhost:1234 from your favorite browser.
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.
Run node npm run dev
to get the application server started. Goto http://localhost:1234 to see your dashboard.