an open source multiplayer street view bingo game
Discord Server Twitch Category TikTok YouTube Instagram
my discord tag: .soeren
-
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
-
install node 20
-
clone repository
-
go into cloned directory
-
install the dependencies
npm install
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
make sure your are in the root of the project and write
npm run dev
open geobingo on http://localhost:3000 :)