Skip to content

Studentmediene/kapina-frontend

Repository files navigation

Project moved

This repository and further development has been moved to gitlab.smint.no

kapina-frontend

Frontend for radiorevolt.no

Build Status

Setup

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

Git conventions

Can be found here.

Deployment

Is described here.