You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Learn and become more familiar with Kongsberg in a fun and intuitive way!
Features ✨
Fun
Accounts
Leaderboard
Levels, Experience
Geography Game
Multiplayer (rough)
Fast
Responsive
2.5 GameModes (Geussr, Geussr PvP & Educational)
Education
Setting up a Workspace
git clone https://github.com/joseph-gerald/KongsberGuessr.git
cd website
npm i
npm run dev
.env.local
// originNEXT_PUBLIC_ORIGIN="https://kbg.jooo.tech"// public google api key ( restrictions: http refererer [e.g *.jooo.tech/*], apis [maps embed/javascript and streetview] )NEXT_PUBLIC_GOOGLE_API_KEY=""// private google api key ( restrictions: ip and geocoding api only )PRIVATE_GOOGLE_API_KEY=""// mongoDB URIMONGODB_URI=""