Skip to content

Latest commit

 

History

History
23 lines (13 loc) · 1.3 KB

CONTRIBUTE.md

File metadata and controls

23 lines (13 loc) · 1.3 KB

Contributing to ProjectLearn

As this project is community-driven, feel free to open an issue (or even better, send a Pull Request) for expanding this list. Contributions are very much welcome.

Project List Contribution

Note: Cloning the repository is not required. You can directly use the GitHub Online File Editor.

  1. Ensure the project tutorial to be added doesn't already exist and it is of good quality (code quality, project scope & project relevance).
  2. Update the data.js file. Project links must be pointing straight to the tutorials, no URL shorteners.

Feature Contribution

To get started, just clone the repository and run yarn install && yarn run dev:

git clone https://github.com/Xtremilicious/projectlearn-project-based-learning.git
yarn install
yarn run dev

Note: Make sure you are on Node version 16.19.0 and below. You can install and manage multiple Node versions using Node Version Manager

Thank you for your contributions! If you think there is anything to improve with the guidelines or any kind of constructive criticism, please create an issue here with the details.