Kabal – Klage- og ankebehandling.
The project is a monorepo consisting of three main parts:
| Directory | Description |
|---|---|
frontend/ |
Frontend |
server/ |
Backend-for-frontend (BFF) |
file-viewer/ |
Standalone file viewer application |
When running locally, the dev server proxies API requests to kabal.intern.dev.nav.no, so you use the same backend as the dev environment.
- Bun (see
.tool-versionsfor the expected version) - NAIS-device connected
- Connect NAIS-device.
- Log in at kabal.intern.dev.nav.no to establish an authenticated session.
- Copy or transfer the session cookie
io.nais.wonderwall.sessiontolocalhost. - Install dependencies and start the dev server:
cd frontend
bun install
bun run start
- Open localhost:8061.
Note:
localhost:8061will not redirect you to Azure AD login automatically.