/hayfever

Rebuild of the Hayfever Chrome extension

Primary LanguageJavaScriptGNU General Public License v2.0GPL-2.0

Hayfever for Chrome

by Mike Green mike.is.green@gmail.com

This is a rebuild of my marginally popular Chrome extension, Hayfever. It incorporates new stuff I've learned about buildiing JavaScript applications in the years since the original was built.

Building

Hayfever isn't currently available in any form besides this repo's source code. You're more than welcome to clone it, as long as you don't mind the fact that it doesn't do anything yet. Building the project requires Node and Ruby.

# We need Gulp installed globally:
[sudo] npm install -g gulp
[sudo] bundle install
bower install
npm install
gulp

After that you'll have a build directory that can be loaded into Chrome in developer mode.