https://github.com/mskcc/pointer
Voyager Frontend
https://github.com/mskcc/pointer
Last synced: 5 days ago
JSON representation
Voyager Frontend
- Host: GitHub
- URL: https://github.com/mskcc/pointer
- Owner: mskcc
- Created: 2019-08-29T19:30:38.000Z (almost 7 years ago)
- Default Branch: develop
- Last Pushed: 2023-01-06T02:07:45.000Z (over 3 years ago)
- Last Synced: 2025-05-12T21:49:40.491Z (about 1 year ago)
- Language: JavaScript
- Size: 1.96 MB
- Stars: 1
- Watchers: 6
- Forks: 1
- Open Issues: 46
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pointer
Frontend application - Voyager project

## Pages
- Pages:
- Login
- Files
- File Details
- Runs
- Create Run
- File Picker
- Outputs
## Setup
Install NodeJS and NPM from https://nodejs.org/en/download/.
Clone repository and cd into the pointer directory.
Install all required npm packages by running `npm install`.
Add Temporary Environmental Variable:
For development run:
`npm start`
Go to http://localhost:8080 in your browser.
Read more detailed specification on [wiki page](https://github.com/mskcc/pointer/wiki/Pointer).