Skip to content

Commit 0e3346b

Browse files
committed
docs: add 'Getting Started as a First-Time Contributor' section to README
Signed-off-by: Subham Sangwan <[email protected]>
1 parent 2cb6c6a commit 0e3346b

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,3 +48,19 @@ Running the build command generates all the files and places them in the
4848
```
4949
yarn build
5050
```
51+
52+
## 👩‍💻 Getting Started as a First-Time Contributor
53+
54+
Welcome! 🎉 If you're new to contributing to this project, here’s a quick guide
55+
to get you started smoothly.
56+
57+
### 1. Prerequisites
58+
59+
- **Node.js (v16 or higher recommended)**
60+
[Install Node.js](https://nodejs.org/) or use a version manager like
61+
[`nvm`](https://github.com/nvm-sh/nvm).
62+
- **Yarn package manager**
63+
Install Yarn globally (if not already installed):
64+
```bash
65+
npm install --global yarn
66+
```

0 commit comments

Comments
 (0)