aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ui-mock-mode.md
diff options
context:
space:
mode:
authorWhymarrh Whitby <whymarrh.whitby@gmail.com>2018-12-18 05:16:57 +0800
committerWhymarrh Whitby <whymarrh.whitby@gmail.com>2019-02-21 01:48:46 +0800
commit3658ca550af2573a7abb729591f3645ec8b48d54 (patch)
treecf47512999f49203f4fd6a858baacb1869abc7c8 /docs/ui-mock-mode.md
parent3c73781787f7aab6cdba0b738e4844a26aab5d8e (diff)
downloadtangerine-wallet-browser-3658ca550af2573a7abb729591f3645ec8b48d54.tar.gz
tangerine-wallet-browser-3658ca550af2573a7abb729591f3645ec8b48d54.tar.zst
tangerine-wallet-browser-3658ca550af2573a7abb729591f3645ec8b48d54.zip
Remove outdated ui dev and ui mock docs
Diffstat (limited to 'docs/ui-mock-mode.md')
-rw-r--r--docs/ui-mock-mode.md8
1 files changed, 0 insertions, 8 deletions
diff --git a/docs/ui-mock-mode.md b/docs/ui-mock-mode.md
deleted file mode 100644
index bb54dc471..000000000
--- a/docs/ui-mock-mode.md
+++ /dev/null
@@ -1,8 +0,0 @@
-### Developing on UI with Mocked Background Process
-
-You can run `npm run mock` and your browser should open a live-reloading demo version of the plugin UI, just like the `npm run ui`, except that it tries to actually perform all normal operations.
-
-It does not yet connect to a real blockchain (this could be a good test feature later, connecting to a test blockchain), so only local operations work.
-
-You can reset the mock ui at any time with the `Reset` button at the top of the screen.
-