30 lines
813 B
Markdown
30 lines
813 B
Markdown
# XOM Portal
|
|
|
|
Portal for the **Sovereign Military Hospitaller Order of St. John of Jerusalem of Rhodes and of Malta** (Order of Malta).
|
|
|
|
**Gitea repository:** https://gitea.d-bis.org/Gov_Web_Portals/XOM.git
|
|
|
|
## Run locally
|
|
|
|
```bash
|
|
pnpm install
|
|
pnpm dev
|
|
```
|
|
|
|
Open [http://localhost:3000](http://localhost:3000).
|
|
|
|
## Environment
|
|
|
|
Copy `.env.example` to `.env.local` and set values. No secrets in repo.
|
|
|
|
## Standards
|
|
|
|
- [TECH_STACK.md](../TECH_STACK.md)
|
|
- [TECH_POLICIES.md](../TECH_POLICIES.md)
|
|
- [PORTAL_NAVIGATION.md](../PORTAL_NAVIGATION.md)
|
|
- [ORG_STRUCTURE.md](../ORG_STRUCTURE.md)
|
|
|
|
## Structure
|
|
|
|
Same app structure as other portals: public routes, transparency, workflow (submit/apply/report/request), dashboard, auth. Entity-specific routes: Programs and Impact, Donors, Get Involved, Hospitaller Services.
|