Skip to content
Merged
Changes from all commits
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
10 changes: 10 additions & 0 deletions examples/point/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@ 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.
You can also build the source in watch mode if you'd like to edit deck.gl-geoarrow source code:

```
pnpm build:watch
```
Then from this directory:

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