No description
Find a file
2026-01-23 06:55:58 +02:00
.forgejo/workflows build: added cef deps 2026-01-23 06:55:58 +02:00
.vscode initial commit 2026-01-23 04:56:39 +02:00
src fix: moved to cef 2026-01-23 06:12:57 +02:00
.gitignore initial commit 2026-01-23 04:56:39 +02:00
bun.lock build: updated bun 2026-01-23 05:58:49 +02:00
bun.lockb build: updated bun 2026-01-23 05:58:49 +02:00
electrobun.config.ts fix: moved to cef 2026-01-23 06:12:57 +02:00
package.json build: updated bun 2026-01-23 05:58:49 +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