-
first open your CLI and clone the repo locally. But don't forget to replace username with your GitHub 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 to replace username with your GitHub username
git clone https://github.com/username/alfa-leetcode-api.git
-
cd alfa-leetcode-api
-
npm install
-
npm run dev
-
Make changes as needed and push them to your GitHub repository with proper commit message. From there, create a PR (Pull Request) and submit it.
-
Try to create 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 merge it.