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

30 lines
808 B
Markdown

# ICCC Portal
Portal for the **International Criminal Court of Commerce**.
**Gitea repository:** https://gitea.d-bis.org/Gov_Web_Portals/ICCC.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: Case Law, Registry, Chambers, Judgments.