Logo Lanfrica

eyob360/digital-ethiopia-2030

Domain:

digital infrastructure

Record type:

softwareproject
Creator:
eyo
Host:
# Digital Ethiopia 2030 Intelligence Dashboard MVP web application for monitoring Digital Ethiopia 2030 KPIs and supporting an automated KPI ingestion pipeline. ## Local Development 1. Install dependencies: ```bash npm install ``` 2. Copy environment defaults: ```bash cp .env.example .env ``` 3. Start PostgreSQL and n8n: ```bash docker compose up -d ``` 4. Start the web app: ```bash npm run dev ``` ## Checks ```bash npm run lint npm test npm run build docker compose config ``` See docs/operations.md for the full local integration checklist, n8n dry-run steps, and troubleshooting notes. ## Database Prisma migrations are the schema authority. ```bash npm run db:generate npm run db:migrate npm run db:seed ``` Set `SEED_OPERATOR_PASSWORD` before seeding to create the local `operator@example.local` account.