Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,13 @@ bun dev # starts both client (:3000) and server (:8080)
| `apps/server` | Bun HTTP + WebSocket server |
| `apps/client` | Next.js frontend with Tailwind & Shadcn/ui |
| `packages/shared` | Type-safe schemas and functions shared between client & server |

## How to Contribute

1. Fork this repository
2. Clone your fork
3. Install dependencies using `bun install`
4. Run development server using `bun dev`
5. Create a new branch for every change
6. Commit and push
7. Open a Pull Request