Skip to content

Commit

Permalink
add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ponderingdemocritus committed Nov 7, 2023
1 parent cd24b48 commit 32f68fb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,9 @@ This is a monorepo for the [dojo engine](https://www.dojoengine.org/en/) npm pac
- [**Core**](./packages/core)
- [**Burner**](./packages/create-burner)
- [**Utils**](./packages/utils)

- [**React**](./packages/react)
- [**Torii Client**](./packages/torii-client)
- [**Torii Wasm**](./packages/torii-wasm)
---

### Environment Setup
Expand Down Expand Up @@ -96,7 +98,7 @@ To run the examples that have the linked packages, follow the steps below:
**Terminal 1**: Start the React app.

```console
cd examples/react-app
cd examples/<package>
bun install
bun dev
```
Expand Down

0 comments on commit 32f68fb

Please sign in to comment.