Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 1.1 KB

README.md

File metadata and controls

30 lines (23 loc) · 1.1 KB

gitdash

gitdash is a tool for teams who use Github.

Getting Started

gitdash is a Backbone/Marionette application with a featherlight PHP backend powered by SlimPHP.

Screenshot: Homepage

To start using this application:

  1. Download and open MAMP
    • Click on Preferences
    • Go the Apache menu, change the Document Root to the location where you cloned this repo
  2. Log into Github
  3. Update your config.php
    • Find the example.config.php file in /app/src
    • Replace client_id and client_secret with the values given to you upon successfully creating your Github app
    • Leave the values for app_url and callback_url in place
  4. Navigate to http://locahost:8888 and click login. Give yourself permissions and you're off to the races!

💯