aboutsummaryrefslogtreecommitdiff
path: root/packages/memory-graph-playground/README.md
diff options
context:
space:
mode:
authornexxeln <[email protected]>2025-11-22 07:04:05 +0000
committernexxeln <[email protected]>2025-11-22 07:04:05 +0000
commit895f37ac899597dc66c40fb94f9e5bb43d60a42a (patch)
treed0825db4ba52cdf5f404058135a8f88961f77a6a /packages/memory-graph-playground/README.md
parentpackage the graph (#563) (diff)
downloadsupermemory-proxy-graph-requests.tar.xz
supermemory-proxy-graph-requests.zip
runtime styles injection + let user proxy requests for data in graph package + new playground (#588)proxy-graph-requests
Diffstat (limited to 'packages/memory-graph-playground/README.md')
-rw-r--r--packages/memory-graph-playground/README.md47
1 files changed, 0 insertions, 47 deletions
diff --git a/packages/memory-graph-playground/README.md b/packages/memory-graph-playground/README.md
deleted file mode 100644
index 0480a389..00000000
--- a/packages/memory-graph-playground/README.md
+++ /dev/null
@@ -1,47 +0,0 @@
-# Memory Graph Playground
-
-A local development playground for testing the `@supermemory/memory-graph` package.
-
-## Getting Started
-
-1. Make sure the memory-graph package is built:
- ```bash
- cd ../memory-graph
- bun run build
- ```
-
-2. Start the dev server:
- ```bash
- cd ../memory-graph-playground
- bun run dev
- ```
-
-3. Open your browser to the URL shown (usually http://localhost:5173)
-
-4. Enter your Supermemory API key and click "Load Graph"
-
-## Features to Test
-
-- ✅ API key authentication
-- ✅ Data fetching with React Query
-- ✅ Graph rendering with PixiJS
-- ✅ Interactive pan and zoom
-- ✅ Node selection and details
-- ✅ Space filtering
-- ✅ Legend with statistics
-- ✅ CSS auto-injection
-- ✅ Error handling
-
-## Development
-
-When making changes to the memory-graph package:
-
-1. Make your changes in `packages/memory-graph/src`
-2. Rebuild: `cd packages/memory-graph && bun run build`
-3. The playground will hot-reload automatically
-
-## Notes
-
-- This playground uses the workspace version of `@supermemory/memory-graph`
-- CSS is automatically injected from the package
-- All dependencies are bundled except React/ReactDOM