An open API service indexing awesome lists of open source software.

https://github.com/mskcc/pointer

Voyager Frontend
https://github.com/mskcc/pointer

Last synced: 5 days ago
JSON representation

Voyager Frontend

Awesome Lists containing this project

README

          

# Pointer

Frontend application - Voyager project

![alt text](docs/pics/voyager.png "Diagram of 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).