Skip to content

Commit 4ce2bc9

Browse files
docs: improve contributor onboarding docs (#45)
1 parent 95711a3 commit 4ce2bc9

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,18 @@ Before you start, ensure you have Node.js and a package manager installed on you
3131
```
3232
- Alternatively, you can use other package managers like Yarn or pnpm.
3333

34-
4. **Run the Development Server**:
34+
4. **Install Dependencies**:
35+
36+
- Install the project dependencies using your preferred package manager:
37+
```bash
38+
npm install
39+
# or
40+
yarn install
41+
# or
42+
pnpm install
43+
```
44+
45+
5. **Run the Development Server**:
3546

3647
- Once Node.js and a package manager are installed, you can start the development server:
3748

claude.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ npm run dev # Start development server on localhost:3000
9595

9696
```bash
9797
npm run build # Build static site
98-
npm run export # Export for deployment
9998
```
10099

101100
### Code Quality

0 commit comments

Comments
 (0)