Skip to content

Commit

Permalink
add add gui cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
arvid220u committed Jul 11, 2022
1 parent 3030ec7 commit c99e2ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,9 @@ To connect to daemon 2, run:
```bash
./wrap2.sh ./bazel-bin/cli/asphr [command]
```

For the gui, run:

```bash
./wrap2.sh ./gui/start.sh
```
5 changes: 5 additions & 0 deletions gui/start.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/usr/bin/env bash

SCRIPT_DIR=$( cd -- "$( dirname -- "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )
cd "${SCRIPT_DIR}" || exit
npm run start

0 comments on commit c99e2ac

Please sign in to comment.