Skip to content
/ hsiaa Public

Historical Sea Ice of Alaska and the Arctic

License

Notifications You must be signed in to change notification settings

ua-snap/hsiaa

Repository files navigation

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.