aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorkumavis <kumavis@users.noreply.github.com>2016-07-01 12:20:40 +0800
committerGitHub <noreply@github.com>2016-07-01 12:20:40 +0800
commitd4e400e5e5a7ba501f210b722f6ccf97be9e6c17 (patch)
tree85b9c12d88db37dd586a50c9ebfdebc5d980da1e /README.md
parent70cf24617bf6adabf5ba012ba1af261df6e79fb3 (diff)
parent0f16155abfbe3b45677503846aa04cb5c7ef47bf (diff)
downloadtangerine-wallet-browser-d4e400e5e5a7ba501f210b722f6ccf97be9e6c17.tar
tangerine-wallet-browser-d4e400e5e5a7ba501f210b722f6ccf97be9e6c17.tar.gz
tangerine-wallet-browser-d4e400e5e5a7ba501f210b722f6ccf97be9e6c17.tar.bz2
tangerine-wallet-browser-d4e400e5e5a7ba501f210b722f6ccf97be9e6c17.tar.lz
tangerine-wallet-browser-d4e400e5e5a7ba501f210b722f6ccf97be9e6c17.tar.xz
tangerine-wallet-browser-d4e400e5e5a7ba501f210b722f6ccf97be9e6c17.tar.zst
tangerine-wallet-browser-d4e400e5e5a7ba501f210b722f6ccf97be9e6c17.zip
Merge pull request #378 from MetaMask/UiDev
Ui dev
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 98207bcb2..f0d38192d 100644
--- a/README.md
+++ b/README.md
@@ -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: