Skip to content
/ vibedgames Public

Games made with vibes ๐ŸŽฎ

License

Notifications You must be signed in to change notification settings

kyh/vibedgames

Repository files navigation

Vibedgames

Vibedgames is an open source Lovable for multiplayer web games.

Stack

Running Locally

  1. Install dependencies using pnpm:
pnpm install
  1. Copy .env.example to .env.local and update the variables.
cp .env.example .env.local
  1. Start your local db:
pnpm db:start
  1. Start the development server:
pnpm dev

License

Licensed under the MIT license.