From 3047dd08a10ec6807a7c9814589f4ac751d66a9a Mon Sep 17 00:00:00 2001 From: Kranthi Poturaju Date: Tue, 20 Jan 2026 23:58:06 +0530 Subject: [PATCH] docs: improve contributor onboarding docs --- README.md | 13 ++++++++++++- claude.md | 1 - 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 78abc0c..2aaf5c1 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,18 @@ Before you start, ensure you have Node.js and a package manager installed on you ``` - Alternatively, you can use other package managers like Yarn or pnpm. -4. **Run the Development Server**: +4. **Install Dependencies**: + + - Install the project dependencies using your preferred package manager: + ```bash + npm install + # or + yarn install + # or + pnpm install + ``` + +5. **Run the Development Server**: - Once Node.js and a package manager are installed, you can start the development server: diff --git a/claude.md b/claude.md index 7864ef1..03ea9a2 100644 --- a/claude.md +++ b/claude.md @@ -95,7 +95,6 @@ npm run dev # Start development server on localhost:3000 ```bash npm run build # Build static site -npm run export # Export for deployment ``` ### Code Quality