Create run_wallet_ui script

This commit is contained in:
Gene Hoffman 2020-03-27 09:54:48 -07:00
parent 51ce66d7b2
commit 907fa12d5c
No known key found for this signature in database
GPG Key ID: AE8989DA18CADC80

9
scripts/run_wallet_ui.sh Executable file
View File

@ -0,0 +1,9 @@
. .venv/bin/activate
. scripts/common.sh
# Starts a wallet UI
cd src/electron-ui/
npm start
wait