Skip to content

Commit

Permalink
doc: add README
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyyang committed Mar 16, 2024
1 parent 51c10d3 commit 8c2ad99
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions examples/web-demo/README
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# SUAVE Web Demo

## How to use

Start the `suave-geth` development environment

```
$ cd examples/web-demo
```

```
$ forge build
```

There should be a `out` directory generated, if not, you can run:

```
$ forge build --force
```


Then:

```
$ yarn & yarn dev
```

0 comments on commit 8c2ad99

Please sign in to comment.