This repository contains the baseline monorepo for:
apps/pc-app(Electron + React + R3F)apps/mobile-app(Flutter + Unity integration placeholder)apps/supabase-edge(Supabase edge functions and validation)packages/shared-types(cross-platform contracts)
npm install
npm run verify
npm run pc:smoke
npm run dev:pcnpm run lintnpm run typechecknpm run testnpm run verifynpm run dev:pc
- Copy
.env.exampleto.envand fill required keys. - Mobile app implementation is tracked in
apps/mobile-app/README.md. - Runtime setup and validation guide is in
docs/runtime-config.md. - Delivery-grade task plan is in
docs/project-delivery-tasks.md. - After
npm run dev:pc, open panel (☰) to verify battle actions and interaction logs.