Unofficial Tokyo Amesh Chrome App.
https://chrome.google.com/webstore/detail/tokyo-ame/cmidngbgkimeejhcdnggnnlnkjhhjkkp?hl=ja
- Bower
- Grunt
- Compass >=1.0.1
npm install
bower install
grunt debug
Add background
to app/manifest.json
for LiveReload.
"background": {
"scripts": [
"scripts/chromereload.js",
"scripts/background.js"
]
},
Open Chrome and go to Tools > Extensions > Load unpacked extensions...
and select app
directory.
The MIT License (MIT)
See also LICENSE file