Skip to content

C0Nd3Mnd/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

About

a multiplayer street view bingo game

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Svelte 53.1%
  • TypeScript 43.6%
  • JavaScript 2.3%
  • HTML 0.5%
  • Dockerfile 0.3%
  • CSS 0.2%