A web application for managing Chinese Poker games, built with Next.js and Neon database.
- Create and manage game sessions
- Add and remove players
- Record hands and calculate scores
- View session history and final results
- Next.js
- React
- TypeScript
- Neon (PostgreSQL)
- Tailwind CSS
- Clone the repository
- Install dependencies with
npm install
- Set up your environment variables (see
.env.example
) - Run the development server with
npm run dev
This project is set up to be deployed on Vercel with a Neon database.