Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 457 Bytes

README.md

File metadata and controls

31 lines (21 loc) · 457 Bytes

hsiaa

Setup

nvm use lts/hydrogen
npm install

Run

The production URLs for Rasdaman and the Data API are used by default. These can be overridden like so:

export VITE_SNAP_API_URL=http://localhost:5000
export VITE_WMS_URL=https://zeus.snap.uaf.edu/rasdaman/ows

Then, to run the app locally:

npm run dev

Build for production

npm run build

The built application is stored in the dist subdirectory.