Sortify is a React.js Sorting Visualizer .
Fork the repo
git clone https://github.com/ossrndc/Sortify
cd Sortify
npm install
npm run dev
After installation finishes follow configuration instructions then run npm run start
to start the bot.
- Fork the repository
- Clone your fork :
git clone https://github.com/your-username/Sortify.git
- Create your feature branch:
git checkout -b my-new-feature
- Stage changes
git add .
- Commit your changes:
git commit -m "your commit message"
- Push to the branch:
git push origin my-new-feature
- Submit a pull request.