aboutsummaryrefslogtreecommitdiff
path: root/apps/docs/memory-graph/installation.mdx
blob: 0051825f9ecd9857753bd7313aaebf97b0ed8a59 (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="/memory-graph/quickstart">
    Get the graph running with real data
  </Card>
  <Card title="API Reference" icon="code" href="/memory-graph/api-reference">
    Explore all available props and types
  </Card>
</CardGroup>