👉 https://bydelsfakta.oslo.kommune.no/
Bydelsfakta is a frontend application for Oslo municipality which visualises demographic statistics and data on various topics for the 15 districts in the City of Oslo.
Install dependencies in both the root folder and the server folder for the backend
npm install
cd server && npm install
In order to run this application, two different services is needed: one for frontend and one for backend
npm run serve
Need to build the frontend once before running the backend
npm run backend
The backend needs some local variables, these are mostly secret, so if you need them then send us a DM and we could give you access.
npm run build
npm run test:unit:watch
npm run lint
npm run lint:style:fix
We now use github actions to build the bydelsfakta-frontend, so you can check out when the last successfull build was built in the actions-tab