Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 568 Bytes

File metadata and controls

28 lines (23 loc) · 568 Bytes

Astrogeology Processing Pipeline Frontend

Dependencies:

For windows, node-gyp requires additional setup

Setup:

$ npm i
$ npm run bootstrap

Build:

$ npm run build

Set the URL for the backend:

$ export OSIRIS_API=http://127.0.0.1:8080

Start:

$ npm run start