React dashboard for oracle-v2 API.
bunx oracle-studioServes the dashboard on http://localhost:3000, proxying API requests to oracle-v2 on port 47778.
bunx oracle-studio --port 4000 # custom port
bunx oracle-studio --api http://host:47778 # custom API URLStart the oracle-v2 API server first:
# In your oracle-v2 repo
bun run server # http://localhost:47778Then start the dev server with HMR:
bun install
bun run dev # http://localhost:3000bun run build # build to dist/
npm publish # publishes dist/ + bin/