Skip to content

s0er3n/GeoBingo.io

Repository files navigation

image

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

  1. Set the Environment Variables from .env.example (only VITE_GMAPSAPI is needed for the base game)

  2. run docker-compose up --build

  3. 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 :)

🤔 Questions? Write me on discord or create an issue