Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
zippy committed Apr 1, 2024
1 parent 1dc433e commit 6f6a932
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,17 @@ A Chronogram

## UI

To test out the UI run :
To test out the UI as a stand alone holochain app run:


``` bash
npm run dev
```

and point your web-browser at `localhost:8888`

To test the UI in the context of the Weave run:


``` bash
npm run tool-dev
Expand Down

0 comments on commit 6f6a932

Please sign in to comment.