A tool for planning and optimizing malaria interventions using a SvelteKit application for the client and a FastAPI backend.
-
Go into the client directory:
cd client -
Run Redis and FastAPI
./scripts/run_dependencies.sh
-
Install npm dependencies:
npm install
-
Set up environment variables:
Create a
.envfile, use the.env.exampleas a template: -
Start development server:
npm run dev
Refer to the client/README.md for details on the SvelteKit application.
Refer to the server-python/README.md for details on the FastAPI backend.