Skip to content

3kanAlpha/kbd-mini-ir

Repository files navigation

IRmania

色んなゲームでカジュアル大会を開くためのプラットフォーム

Todo

  • コピペした関数の共通化
  • 大会の新規作成機能
  • モバイル環境でのレイアウトの修正

使用しているサービス

  • Supabase
  • Cloudflare R2

クレジット

  • 開発
    • まぐ
  • ロゴ作成
    • さち

Nuxt 3 Minimal Starter

Look at the Nuxt 3 documentation to learn more.

Setup

Make sure to install the dependencies:

# bun
bun install

Development Server

Start the development server on http://localhost:3000:

# bun
bun run dev -o

Production

Build the application for production:

# bun
bun run build

Locally preview production build:

# bun
bun run preview