# Getting started with visualize-web3-realtime

GPU-accelerated real-time 3D network visualization for any streaming data source. React + Three.js + D3-force. 5,000+ nodes at 60fps.

## Install

```bash
npm install && npm run dev
```

## Verify the install

Clone the repository and run its checks to confirm everything works on your machine:

```bash
git clone https://github.com/nirholas/visualize-web3-realtime.git
cd visualize-web3-realtime
```

Available commands:

| Command | Runs |
|---|---|
| `npm run dev` | `next dev -p 3100` |
| `npm run build` | `next build` |
| `npm run start` | `next start -p 3100` |
| `npm run lint` | `next lint` |
| `npm run typecheck` | `tsc --noEmit` |
| `npm run test` | `vitest run` |

## Next steps

- [Examples](./examples.md) shows runnable snippets.
- The [README](https://github.com/nirholas/visualize-web3-realtime#readme) is the complete reference.
- Found a problem? [Open an issue](https://github.com/nirholas/visualize-web3-realtime/issues).
