Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions examples/point/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ From the repository root, install dependencies once:
pnpm install
```

Then build the package so it can be imported in the examples.
```
pnpm build
```

Comment thread
kylebarron marked this conversation as resolved.
Then from this directory:

- `pnpm dev` — start the dev server (http://localhost:3000) with hot reload
Expand Down