This is the new frontend, for the old backend. The new one is at Frikanalen/frontend.
It can be reached at frikanalen.no.
First, install the dependencies (obviously this requires yarn)
yarn install
Then there are two profiles to choose from; either
yarn run dev
- if you are using a local Django instance (in which case it will expect to find it atlocalhost:8080
), oryarn run staging
- to run the frontend against the production backend API.