Skip to content

Latest commit

 

History

History
executable file
·
70 lines (45 loc) · 924 Bytes

README.md

File metadata and controls

executable file
·
70 lines (45 loc) · 924 Bytes

mycustomer

hng


Installation Guide


Fork The Repo And Clone Your Fork

cd sentry-my-customer-frontend
git remote add upstream https://github.com/hngi/sentry-my-customer-frontend.git
git pull upstream develop
cp `.env.example` to `.env`
composer install
php artisan serve

Visit localhost:8000 in your browser

When You Make Changes

git add .
git commit _m "commit message"
git pull upstream develop

Make Sure there is no conflict

git push origin develop

Then Create Your Pull Request

  • Also Add description of what you did in your pull request

Contribution Guide