You need NodeJS and PNPM.
-
Install dependencies
pnpm install
-
Start local server
pnpm run dev
By default this will go against the local backend. You can also run it directly against production backend:
BACKEND_URL=https://foreningenbs.no/intern/ pnpm run dev
-
Check app