Skip to content

Latest commit

ย 

History

History
22 lines (14 loc) ยท 892 Bytes

File metadata and controls

22 lines (14 loc) ยท 892 Bytes

๐Ÿš€ Contributing to Code-Spherre-X

We welcome all contributions! Whether you're fixing a bug, adding a feature, or improving documentation, your help is appreciated.

๐Ÿ“ How to Contribute

๐Ÿ”น Project List Contribution

No need to clone the repo! You can directly edit files using the GitHub Online File Editor.

  1. Check for duplicates โ€“ Ensure the project/tutorial you're adding doesnโ€™t already exist and is of high quality (clean code, relevant scope).
  2. Update data.json โ€“ Add your project details in the data.json file. Only direct links to the tutorial are allowed (No URL shorteners).

๐Ÿ”น Feature Contribution

Want to add features or improve existing ones? Hereโ€™s how to set up the project locally:

git clone https://github.com/Abhranil2004/code-spherre-x
cd code-spherre-x
npm ci
npm run dev