If you want to make new changes to the site, follow these steps:
- Fork the project repository.
- Clone the forked repository on your environment.
- Make changes wherever needed.
- That's it! Stage your changes
git add -A
- Commit your changes
git commit -m "<update log>"
- Push to the changes to your forked repo
git push origin main
- Open a pull request and I will merge your contribution to the repo after review!