nvm use lts/hydrogen
npm install
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
npm run build
The built application is stored in the dist
subdirectory.