This repository and further development has been moved to gitlab.smint.no
Frontend for radiorevolt.no
This project requires Node v10.11.0+ and npm v6.4.1.
To install all dependencies run
npm install
Then serve the webapp by running
npm start
To get content for the webpage (not just the skeleton) follow the README at Kapina-Backend.
It's also possible to use the production backend directly by starting the project with PRODUCTION_API=true
like this:
PRODUCTION_API=true npm start
Can be found here.
Is described here.