This is the frontend application for KMHFL with new features (GIS, Dynamic Reports). Phase 1 is to have it as a read-only data consumption app. Phase 2 and beyond is to add CRUD features.
- Next.js
- Tailwind CSS
Currently, this uses the test API available through api.kmhfr.health.go.ke.
- Clone this repository
git clone https://github.com/uonafya/kmhfr
- cd into the folder
cd kmhfr
- Make a copy of the
.env
file and add your environment variables as detailedcp .env.local.example .env.local && nano .env.local
- Install dependencies
npm install
oryarn
orpnpm install
- For local development, run
npm run dev
oryarn dev
orpnpm dev