Skip to content

A dead simple page that allows you to give clients access to open a GitHub project issues

License

Notifications You must be signed in to change notification settings

mddarmawan/github-issue-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Github Issue Client

A dead simple page that allows you to give clients access to open a GitHub project issues

How to use it

  1. Simply clone this repo
$ git clone https://github.com/mdandidarmawan/github-issue-client.git
  1. Open the newly created folder named github-issue-client

  2. Copy .env.example to .env

$ cp .env.example .env
  • Windows: just copy to .env file
  1. 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
  1. 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! :)