Skip to content

Latest commit

 

History

History

frontend

intern frontend

Development

You need NodeJS and PNPM.

  1. Install dependencies

    pnpm install
  2. 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
  3. Check app

    http://localhost:3000