Back to Supermemory

Installation

apps/docs/memory-graph/installation.mdx

latest518 B
Original Source

Installation

Install the package using your preferred package manager:

bash
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>