Skip to content

Latest commit

 

History

History

frontend

Frikanalen web frontend

Build frontend package

This is the new frontend, for the old backend. The new one is at Frikanalen/frontend.

It can be reached at frikanalen.no.

Running locally:

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 at localhost:8080), or
  • yarn run staging - to run the frontend against the production backend API.