Allows you to view and interact with your HelixDB database through a web interface
backend
directory and ensure your HelixDB is running either locally or on a cloud servercargo run
or cargo run -- local-introspect
cargo run -- local-file
cargo run -- cloud http://your-helix-db-url:6969
cargo run -- --port 8888
or cargo run -- -p 8888
cargo run -- local-file --port 8888
frontend
directory and run npm install
to install the dependenciesnpm run dev
to start the frontendhttp://localhost:3000