Skip to content

CUAHSI/SWOT-Data-Viewer

Repository files navigation

SWOT-Data-Viewer

Data viewing, discovery, and access interface for the Surface Water Open Topography mission.

Getting Started

Clone the repo, checkout this branch

git clone https://github.com/CUAHSI/SWOT-Data-Viewer.git
cd SWOT-Data-Viewer
git checkout develop

Full stack running locally

cp .env.template .env
make build
make up

The API will be available at http://0.0.0.0:8000 The Frontend will be available at https://localhost (you will have to add an exception for the self-signed cert)

Frontend for local development

cp .env.template .env  #if you haven't already. Replace `https://localhost` with `http://localhost:5173` (or whatever port is used by Vite)
cd frontend
npm install
npm run dev

The frontend will be available at http://localhost:5173 More detailed info is available in the frontend readme

Formatting

make format

About

Data viewing, discovery, and access interface for the Surface Water Open Topography mission.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published