Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 651 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 651 Bytes

Chromechat Extension

This is the Chrome Extension that knows how to talk to http://github.com/knewter/chromechat

Development

Yeoman was used to develop this app. We took advantage of generator-chrome-extension and generator-angular.

Install dependencies:

npm install
bower install

Run watchers to compile sass, etc...

grunt watch

Finally, add the 'app' directory as an extension in chrome...

I'll put instructions here if needed, later.

To run the tests:

karma start

You can also just hit t in vim to run them, as long as there's a karma session running in the background.