Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 559 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 559 Bytes

bitbloq-chromeapp

Bitbloq 2 Chrome App

Instructions

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

Special Thanks

  • A special thanks to Suz Hinton (noopkat) and AVRGirl Project which was a great inspiration and example for this project.