Skip to content

Soul-Brews-Studio/oracle-studio

Repository files navigation

Oracle Studio

React dashboard for oracle-v2 API.

Quick Start

bunx oracle-studio

Serves the dashboard on http://localhost:3000, proxying API requests to oracle-v2 on port 47778.

Options

bunx oracle-studio --port 4000              # custom port
bunx oracle-studio --api http://host:47778  # custom API URL

Development

Start the oracle-v2 API server first:

# In your oracle-v2 repo
bun run server  # http://localhost:47778

Then start the dev server with HMR:

bun install
bun run dev     # http://localhost:3000

Build & Publish

bun run build     # build to dist/
npm publish       # publishes dist/ + bin/

About

Oracle Studio - React dashboard for oracle-v2 API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages