mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-05-02 05:30:09 +00:00
28 lines
610 B
Text
28 lines
610 B
Text
---
|
|
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>
|