The Open-Source Live Football Standing
- Fork the repository
- Clone your fork:
git clone https://github.com/your-username/LiveSoccer.git
- Create your feature branch:
git checkout -b my-new-feature
- Stage changes
git add .
- Commit your changes:
cz
ORnpm run commit
do not usegit commit
- Push to the branch:
git push origin my-new-feature
- Submit a pull request