Data viewing, discovery, and access interface for the Surface Water Open Topography mission.
git clone https://github.com/CUAHSI/SWOT-Data-Viewer.git
cd SWOT-Data-Viewer
git checkout develop
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)
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
make format