Fix broken routing by unifying game state via Context API
This commit is contained in:
parent
6fc0820831
commit
82cae002f8
8 changed files with 53 additions and 20 deletions
|
|
@ -21,10 +21,13 @@ Mobile-first React web app for tracking Schaffhauser (Jass) card game rounds usi
|
|||
6. History Screen - Game storage and export functionality
|
||||
|
||||
### Development Commands
|
||||
- `npm run dev` - Start development server
|
||||
- `npm run build` - Build production version
|
||||
- `npm run preview` - Preview production build
|
||||
|
||||
### Development Server
|
||||
- A development server is always guaranteed to be running on localhost:5173
|
||||
- **Do not start the development server manually under any circumstances**
|
||||
|
||||
### Camera & Detection
|
||||
- Uses HTML5 Camera API with environment-facing camera preference
|
||||
- Card detection implemented with custom image processing techniques
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue