- node 24
After cloning the repository, install depenencies using npm install --prefix app/.
Vite is used to optimize and package static resources. It should be used either in watch mode (npm start) or a manual build using npm run build.
To run the ui locally:
npm run start --prefix app/FastAPI server powering the bosmapper backend
- Docker
- Python
- FastAPI
- MongoDB
Local development using docker uses the make build and make up commands.