eni4sure / sentry-my-customer-frontend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:HTML 77.1%Language:PHP 22.9%Language:Shell 0.0%