Skip to content

Commit

Permalink
forgot to save
Browse files Browse the repository at this point in the history
  • Loading branch information
andytudhope committed Jan 25, 2024
1 parent c4159ef commit ce63bae
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion docs/tutorials/build-suapps.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,20 @@ There are two different templates you can use for your SUAPP. One with minimal,

## Typescript Template

This template can be found directly in the `suave-viem` repo under [`examples/suave-web-demo`](https://github.com/flashbots/suave-viem/tree/main/examples/suave-web-demo). Clone the `suave-viem` repo and set up the necessary dependencies:
This template can be found directly in the `suave-viem` repo under [`examples/suave-web-demo`](https://github.com/flashbots/suave-viem/tree/main/examples/suave-web-demo). Clone the `suave-viem` repo and set up contract we'll be using for this demo:

```bash
cd examples/suave && \
./deployContracts.sh && \
cd ../suave-web-demo
```

Next, install the project's dependencies:

```bash
bun install
```

Now you can start the frontend with:

```bash
Expand Down

0 comments on commit ce63bae

Please sign in to comment.