• TypeScript 99.7%
  • JavaScript 0.2%
Find a file
2025-12-09 23:24:32 +09:00
.github feat: add colours to players 2025-10-13 02:31:44 +09:00
.idea init 2025-10-13 00:11:44 +09:00
prisma feat: add migration for game table and improve code formatting 2025-10-13 23:02:59 +09:00
public/sounds feat: fully playable game 2025-10-13 22:17:29 +09:00
src feat: avoid race and spectate metadata 2025-10-14 00:37:30 +09:00
.gitignore init 2025-10-13 00:11:44 +09:00
biome.json Initial commit from Create Next App 2025-10-12 20:03:50 +09:00
bun.lock feat: better lobby page with instructions 2025-10-13 18:37:04 +09:00
next.config.ts Initial commit from Create Next App 2025-10-12 20:03:50 +09:00
package-lock.json Update Next.js/React Flight RCE vulnerability patches 2025-12-08 08:48:16 +00:00
package.json Update Next.js/React Flight RCE vulnerability patches 2025-12-08 08:48:16 +00:00
postcss.config.mjs Initial commit from Create Next App 2025-10-12 20:03:50 +09:00
README.md Initial commit from Create Next App 2025-10-12 20:03:50 +09:00
tsconfig.json Initial commit from Create Next App 2025-10-12 20:03:50 +09:00

This is a Next.js project bootstrapped with create-next-app.

Getting Started

First, run the development server:

npm run dev
# or
yarn dev
# or
pnpm dev
# or
bun dev

Open http://localhost:3000 with your browser to see the result.

You can start editing the page by modifying app/page.tsx. The page auto-updates as you edit the file.

This project uses next/font to automatically optimize and load Geist, a new font family for Vercel.

Learn More

To learn more about Next.js, take a look at the following resources:

You can check out the Next.js GitHub repository - your feedback and contributions are welcome!

Deploy on Vercel

The easiest way to deploy your Next.js app is to use the Vercel Platform from the creators of Next.js.

Check out our Next.js deployment documentation for more details.