leapcode.io

Leapcode landing page

Leapcode is an online platform that motivates & rewards open source contributors. Leapcode helps you contribute to open source projects right from your first pull request to working on major projects

🚀 Quick start

Contribute with Leapcode

To get started with making your first PR on this project, read the complete documentation, signup on https://leapcode.io Please note that this is for first time contributors.

And, If you are here as part of your first PR project, please ignore the below steps.

If you are here to improve the leapcode landing page, here is how to setup your local.

  1. Fork this repo to your own GitHub account and then clone it your local device
  2. Create a new branch git checkout -b MY_BRANCH_NAME
  3. Install yarn: npm install -g yarn
  4. Install the dependencies: yarn
  5. Run yarn start