A platform to create your LeetCode statistics and showcase your LeetCode profile globally.
Check out the website: 𝙻𝚎𝚎𝚝𝙲𝚘𝚍𝚎 𝙿𝚛𝚘𝚏𝚒𝚕𝚎𝚜
- Fork the project. Click on the icon in the top right to get started.
- On your new repository's page, click the gray
main
button in the upper left to reveal a dropdown menu. - Enter the name of your new branch in the text box. (Branch names usually make a reference to what is being changed. Example:
FixMargin
). - Click on
Create branch <new branch name>
and this will automatically take you to your new branch. You can make edits on the main branch, but this may cause issues down the line. Best practice is to create a new branch for each separate issue you work on. That way, yourmain
branch remains in sync withleetcode-profiles
main
branch.
- Do the desired changes, you want.
- And finally, create a Pull Request!
- Great job!
To run locally, just cd
into the client
and run the following commands to run node modules and serve the website locally.
yarn install
yarn run dev