File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -68,6 +68,17 @@ We welcome contributions of all skill levels.
6868
6969---
7070
71+ # # Dependencies & Packages
72+ - All dependencies are tracked in ` package.json` .
73+ - Please ** do not install or commit new packages** without prior discussion.
74+ - If you believe a new dependency is required:
75+ 1. Open or comment on an issue describing why it’s needed.
76+ 2. Wait for maintainer approval before adding it.
77+ - The ` node_modules` folder should ** not** be committed — it will be auto-generated by running ` npm install` .
78+ - Always run ` npm install` after cloning the repo to ensure your local environment matches the project.
79+
80+ ---
81+
7182# # Issues
7283- Use issues to report bugs, request features, or ask questions
7384- Before opening a new issue, check if it already exists
You can’t perform that action at this time.
0 commit comments