git clone https://github.com/hydroshare/discover-atlas.git
cd app
cp .env.template .env
make build
make up
The API will be available at http://0.0.0.0:8000
cd app
cp .env.template .env #if you haven't already
cd frontend
npm install
npm run dev
The frontend will be available at http://localhost:5173/discover More detailed info is available in the frontend readme
make format