git clone https://github.com/hydroshare/discover-atlas.gitcd app
cp .env.template .env
make build
make upThe 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 devThe frontend will be available at http://localhost:5173/discover More detailed info is available in the frontend readme
make format