- Laravel
- Tailwind CSS
- Clone this repository
git clone https://github.com/krekz/ordersystem-laravel.git
- Pull the cloned repo
cd ordersystem-laravel
git pull
- Make new branch (e.g. feature/fix/etc) . Let say your part is to create login ⬇️
git checkout -b feat/login
- Code your stuff
- Push to the remote repository after made changes
git add .
git commit -m "Login feature"
git push origin feat/login
- Create new pull request here