Skip to content

bytedeveloperr/sentry-my-customer-frontend

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 77.2%
  • PHP 22.8%