blob: e3a0b2d47c2eeb2b818a68514b3f447d05c36f3d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
---
title: 'Installation'
description: 'Install and set up the Memory Graph component'
---
## Installation
Install the package using your preferred package manager:
```bash npm
npm install @supermemory/memory-graph
```
## Requirements
- **React**: 18.0.0 or higher
- **react-dom**: 18.0.0 or higher
## Next Steps
<CardGroup cols={2}>
<Card title="Quick Start" icon="rocket" href="/integrations/memory-graph">
Get the graph running with real data
</Card>
<Card title="API Reference" icon="code" href="/integrations/memory-graph">
Explore all available props and types
</Card>
</CardGroup>
|