Bitbloq 2 Chrome App
1.- Install browserify globally
`npm install -g browserify`
2.- 'npm install'
3.- 'grunt watch' to automatic chrome app generation on dist folder
4.- In your Chrome browser, visit chrome://extensions
5.- Click Load unpacked extension
6.- Navigate to the dist folder, and click Select
- A special thanks to Suz Hinton (noopkat) and AVRGirl Project which was a great inspiration and example for this project.