We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cb6c6a commit 0e3346bCopy full SHA for 0e3346b
README.md
@@ -48,3 +48,19 @@ Running the build command generates all the files and places them in the
48
```
49
yarn build
50
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