- node & npm
- ionic cli (v5+)
- yarn (optional)
After cloning the repository, install depenencies using yarn install
.
Webpack is used to optimize and package static resources. It should be used either in watch mode (yarn start) or a manual build using yarn run build.
To run the app locally, can use the serve command:
npx cap serve
FastAPI server powering the bosmapper backend
- Docker
- Python
- FastAPI
- MongoDB
Local development using docker uses the make build
and make up
commands inside the server/ directory.