diff options
| author | nexxeln <[email protected]> | 2025-12-04 18:56:40 +0000 |
|---|---|---|
| committer | nexxeln <[email protected]> | 2025-12-04 18:56:40 +0000 |
| commit | 1b9b3012e37284d67d9061c6a13dd53cfeb7463f (patch) | |
| tree | 79ad24f1ccadf666c9c4d9a2d3947a90eb6cecec /apps/docs/memory-graph/installation.mdx | |
| parent | use latest graph and remove old graph (#604) (diff) | |
| download | supermemory-graph-docs.tar.xz supermemory-graph-docs.zip | |
add docs for graph package (#603)graph-docs
Diffstat (limited to 'apps/docs/memory-graph/installation.mdx')
| -rw-r--r-- | apps/docs/memory-graph/installation.mdx | 28 |
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> |