No description
Find a file
2026-01-23 04:56:39 +02:00
.vscode initial commit 2026-01-23 04:56:39 +02:00
src initial commit 2026-01-23 04:56:39 +02:00
.gitignore initial commit 2026-01-23 04:56:39 +02:00
bun.lock initial commit 2026-01-23 04:56:39 +02:00
bun.lockb initial commit 2026-01-23 04:56:39 +02:00
electrobun.config.ts initial commit 2026-01-23 04:56:39 +02:00
package.json initial commit 2026-01-23 04:56:39 +02:00
README.md initial commit 2026-01-23 04:56:39 +02:00
tailwind.config.js initial commit 2026-01-23 04:56:39 +02:00
tsconfig.json initial commit 2026-01-23 04:56:39 +02:00
vite.config.ts initial commit 2026-01-23 04:56:39 +02:00

Gameflow Deck

Getting Started

  1. Install dependencies:

    bun install
    
  2. Run in development mode:

    bun run dev
    
  3. Build for production:

    bun run build