King of Flavors docs

Development preview

How to run the prototype locally during review.

Development preview

This page is for the development team and any client reviewer who wants to understand which local services are running.

Apps

The prototype has three local surfaces:

  • storefront web app
  • API service
  • docs site

Local URLs

Typical local URLs:

storefront: http://localhost:5173
api:        http://localhost:8787
docs:       http://localhost:3000

Commands

From the superrepo root:

bun install
bun run web:dev
bun run api:dev
bun run docs:dev

Validation:

bun run typecheck
bun run web:build
bun run docs:build

The docs site intentionally uses the default Fumadocs dark theme so it stays readable and low-maintenance.

On this page