- HTML
- CSS
- JS
- Masonry JS
- Rellax JS
- Animate.css
Start developing locally.
Fork the repository. then clone the repo locally by doing -
git clone https://github.com/Osman-Rasooli/Digital_Logistics.git
index.html
After cloning & setting up the local project you can push the changes to your github fork and make a pull request.
You can also run the tests locally to see if everything works fine with
git add .
git commit -m "feat: added new stuff"
git push YOUR_REPO_URL develop