mirror of
https://github.com/Chia-Network/chia-blockchain.git
synced 2024-11-10 12:29:49 +03:00
Create run_wallet_ui script
This commit is contained in:
parent
51ce66d7b2
commit
907fa12d5c
9
scripts/run_wallet_ui.sh
Executable file
9
scripts/run_wallet_ui.sh
Executable file
@ -0,0 +1,9 @@
|
||||
. .venv/bin/activate
|
||||
. scripts/common.sh
|
||||
|
||||
# Starts a wallet UI
|
||||
|
||||
cd src/electron-ui/
|
||||
npm start
|
||||
|
||||
wait
|
Loading…
Reference in New Issue
Block a user