-
first open your CLI and clone the repo locally. But don't forget put your github username in username
git clone https://github.com/username/alfa-leetcode-api.git
-
cd alfa-leetcode-api
-
docker compose up
-
first open your CLI and clone the repo locally. But don't forget put your github username in username
git clone https://github.com/username/alfa-leetcode-api.git
-
cd alfa-leetcode-api
-
npm install
-
npm run dev
-
Make changes as require and push it to your GitHub with proper commit message. From their Create a PR(Pull Request) and submit it.
-
Try to make a new branch relevant to your work. For example -
fix:xyz-issue
📝Note - It's not Necessary for contribution but it will help me to marge it.