Juno's official microservice dashboard.
This is the dashboard code for easily interacting with Juno, Bits of Good's central microservice architecture. See the main repository for more details.
Installing all needed packages:
bun install
To run locally for development:
bun dev
The site is served at http://localhost:3000.
This repository uses shadcn/ui for streamlining component development.