Files
gov-portals-monorepo/DBIS/README.md
2026-02-13 10:30:56 -08:00

30 lines
810 B
Markdown

# DBIS Portal
Portal for the **Digital Bank of International Settlements**.
**Gitea repository:** https://gitea.d-bis.org/Gov_Web_Portals/DBIS.git Next-generation web application following the shared tech stack and policies.
## 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: Financial Bulletins, Monetary Operations.