diff options
author | Dan Finlay <dan@danfinlay.com> | 2016-07-01 09:44:37 +0800 |
---|---|---|
committer | Dan Finlay <dan@danfinlay.com> | 2016-07-01 09:44:37 +0800 |
commit | 0f16155abfbe3b45677503846aa04cb5c7ef47bf (patch) | |
tree | 55088b7a79856f73a48fd1ab077f86effd6e22a2 /README.md | |
parent | 435468e5718fefe91430aec4920d21a0f5967efe (diff) | |
download | tangerine-wallet-browser-0f16155abfbe3b45677503846aa04cb5c7ef47bf.tar tangerine-wallet-browser-0f16155abfbe3b45677503846aa04cb5c7ef47bf.tar.gz tangerine-wallet-browser-0f16155abfbe3b45677503846aa04cb5c7ef47bf.tar.bz2 tangerine-wallet-browser-0f16155abfbe3b45677503846aa04cb5c7ef47bf.tar.lz tangerine-wallet-browser-0f16155abfbe3b45677503846aa04cb5c7ef47bf.tar.xz tangerine-wallet-browser-0f16155abfbe3b45677503846aa04cb5c7ef47bf.tar.zst tangerine-wallet-browser-0f16155abfbe3b45677503846aa04cb5c7ef47bf.zip |
Add ui mocking mode explanation
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -9,6 +9,13 @@ ```bash npm install ``` + +### Developing on UI Only + +You can run `npm run ui`, and your browser should open a live-reloading demo version of the plugin UI. + +Some actions will crash the app, so this is only for tuning aesthetics, but it allows live-reloading styles, which is a much faster feedback loop than reloading the full extension. + ### Developing with Gulp We're using an experimental version of `gulp-cli`, so if you have the old version of gulp, you'll need to uninstall it, `npm uninstall -g gulp`, and install this one instead: |