We're just a couple of chill people who like to play cards
This repository contains the client-side codebase for the G-MART15 Blackjack application:
client/
: React/TypeScript frontend deployed to Vercelscripts/
: Utility scripts used in the application
The frontend is automatically deployed to Vercel when changes are merged to the main branch.
- This repository contains only the client-side code of the application
- The server code has been moved to a separate repository
- Deployments are handled automatically on merge to main branch
To run the client application locally:
- Clone this repository
- Set up the client:
cd client npm install npm run dev
Or from the root directory:
npm run dev
Deployments happen automatically when changes are merged to the main branch. The client code will be deployed to Vercel through the configured CI/CD pipeline.