Welcome to the Norgestur project! This is the 3rd version of the game, developed by summer interns in 2024. This game aims to provide an engaging and fun way to explore public transportation in Norway. Below you will find information on how to set up, run, and contribute to the project. This is the frontend of our project and works together with entur-game-backend.
The initial version of the game was based on entur-game created by Mats.
You can try out the game here:
In the project directory, you can run:
Installs all the packages
Runs the app in development mode.
Open http://localhost:3000 to view it in the browser.
The page will reload if you make edits.
You will also see lint errors in the console.
Builds the app for production to the dist
folder.
It correctly bundles the app in production mode and optimizes the build for the best performance.
The build is minified and the filenames include the hashes.
Your app is ready to be deployed!
See the section about deployment for more information.
The login client secret is generated in Azure and will expire on 17.7.2026. The login secrets are stored in LastPass in the folder "shared-entur-spillet". You will also find the Mapbox token in the same folder. Add all the credentials to a .env.local
file to run the code locally.
docker build -t entur-game-frontend . docker run -p 3000:3000 entur-game-frontend