GeoBingo.io
GeoBingo.io copied to clipboard
a multiplayer street view bingo game
π GeoBingo.io
an open source multiplayer street view bingo game
Socials
Discord Server Twitch Category TikTok YouTube Instagram
my discord tag: .soeren
Self hosting with docker-compose
-
Set the Environment Variables from .env.example (only VITE_GMAPSAPI is needed for the base game)
-
run
docker-compose up --build
-
the game should be running on port 3000
β‘ How to run it yourself for development
-
install node 20
-
clone repository
-
go into cloned directory
-
install the dependencies
npm install
πΊοΈ add google maps api key
get an api key https://developers.google.com/maps/documentation/javascript/get-api-key
under API restrictions
select the following 2 APIs: Maps JavaScript API
and Maps Embed API
create Frontend/.env file and paste in your api key like this:
VITE_GMAPSAPI=YOURAPIKEY
π run it
make sure your are in the root of the project and write
npm run dev
open geobingo on http://localhost:3000 :)