Skip to content
/ vibedgames Public

Games made with vibes 🎮

License

Notifications You must be signed in to change notification settings

kyh/vibedgames

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Init

An AI native starter kit to build, launch, and scale your next project.

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.