This is the dashboard for the self-hosted version of Convex. You may run this code locally to test changes.
To use the scripts set up in this repo you'll need to install
Just
- Just is used to execute scripts set up in the
Justfile
. - To install it see
Packages, for
example
cargo install just
orbrew install just
Next you'll need the URL to your Convex deployment. This URL can point to a deployment hosted locally, remotely, or on Convex Cloud (URL found on the deployment settings page: https://dashboard.convex.dev/deployment/settings)
One time setup:
# Install dependencies
just rush install
# Build the project's dependencies
just rush build -T dashboard-self-hosted
Run the dashboard:
just run-dashboard "YOUR_DEPLOYMENT_URL"