Managit enables a user to manage their github repositories via OAuth.
- Clone the git repository
git clone git@github.com:zegenerative/managit-client.git
In the project directory
- npm install
- npm start. The app runs in the development mode on http://localhost:3000 in the browser.
- Checkout the Server ReadMe for details about the server. This runs on Heroku, but it can be cloned to run locally on port 4000.
For a more detailed overview of what’s completed and what still needs to be implemented check: (https://trello.com/b/5Jvtc4Me/managit)
This project was scaffolded using the create-react-app cli.
