From b826236e4d13c98a29fc66662bac194f76d26c95 Mon Sep 17 00:00:00 2001 From: vardhan30016 Date: Thu, 13 Nov 2025 11:04:55 +0530 Subject: [PATCH] docs: add contributing section to README --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index c080374a..f46c7499 100644 --- a/README.md +++ b/README.md @@ -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