A browser/WebAssembly-based shell for LadybugDB, an embedded graph database that runs entirely in the browser.
pnpm install
pnpm devOpen http://localhost:3000/ in your browser.
The dev command automatically builds the WASM modules from @ladybugdb/wasm-core before starting the Vite dev server.
pnpm buildThis builds both the WASM modules and the production bundle.