Github Issue Client
A dead simple page that allows you to give clients access to open a GitHub project issues
How to use it
- Simply clone this repo
$ git clone https://github.com/mdandidarmawan/github-issue-client.git
-
Open the newly created folder named github-issue-client
-
Copy
.env.example
to.env
$ cp .env.example .env
- Windows: just copy to
.env
file
- Edit your
.env
file
APP_NAME=YOUR_APP_NAME
APP_DESCRIPTION=YOUR_APP_DESCRIPTION
GITHUB_USERNAME=YOUR_GITHUB_USERNAME
GITHUB_PASSWORD=YOUR_GITHUB_PASSWORD
GITHUB_AUTHOR=YOUR_REPOSITORY_AUTHOR
GITHUB_REPO=YOUR_REPOSITORY
- Back one directory and run your server at github-issue-client folder
$ php -S 127.0.0.1:8000 -t github-issue-client
- If you are using bundling server software (XAMPP, LAMPP, WAMP), just copy to the htdocs folder and go to
http://127.0.0.1/github-issue-client
from your browser (might differ)
License
Github Issue Client is open-source software licensed under the MIT license.
Contributing
Thank you for considering contributing to this repository! Simply fork this repo and pull your request! :)