Almost there!

Your Convex backend is running, but no static files have been deployed yet.

1 Build your frontend
npm run build
2 Deploy your static files
npx @convex-dev/static-hosting deploy

Or deploy everything in one command:

npm run deploy

Learn more at github.com/get-convex/static-hosting