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
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.
- Fork this repo to your own GitHub account and then clone it your local device
- Create a new branch
git checkout -b MY_BRANCH_NAME
- Install
yarn: npm install -g yarn
- Install the dependencies:
yarn
- Run
yarn start