aboutsummaryrefslogtreecommitdiff
path: root/apps/docs/memory-graph/installation.mdx
diff options
context:
space:
mode:
Diffstat (limited to 'apps/docs/memory-graph/installation.mdx')
-rw-r--r--apps/docs/memory-graph/installation.mdx28
1 files changed, 28 insertions, 0 deletions
diff --git a/apps/docs/memory-graph/installation.mdx b/apps/docs/memory-graph/installation.mdx
new file mode 100644
index 00000000..0051825f
--- /dev/null
+++ b/apps/docs/memory-graph/installation.mdx
@@ -0,0 +1,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>