mycustomer
Installation Guide
Fork The Repo And Clone Your Fork
cd sentry-my-customer-frontendgit remote add upstream https://github.com/hngi/sentry-my-customer-frontend.gitgit pull upstream developcp `.env.example` to `.env`composer installphp artisan serveVisit localhost:8000 in your browser
When You Make Changes
git add .git commit _m "commit message"git pull upstream developMake Sure there is no conflict
git push origin developThen Create Your Pull Request
- Also Add description of what you did in your pull request
