Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rainforestapp/github-chrome

Github for Chrome!
https://github.com/rainforestapp/github-chrome

Last synced: about 2 months ago
JSON representation

Github for Chrome!

Awesome Lists containing this project

README

        

# Github Chrome

## Installation

You can install the latest stable version from

https://chrome.google.com/webstore/detail/laeofjkehjlnochcbhjmbjomogkcanmk

## Development version

To install the development version and hack on this yourself;

```bash
git clone [email protected]:rainforestapp/github-chrome.git
cd github-chrome
npm install coffee-script -g
npm install haml-coffee compass mocha should
cake build
cake watch
```

Then, install the extension

- Open Chrome's extension tab by visiting chrome://extensions
- Check "Developer mode" is ticked
- Click "Load unpacked extension..."
- Select the root of the cloned repository