Skip to content

coufalja/regatta-console

Repository files navigation

regatta-console

The UI console for Regatta server.

Developing

Prerequisites

  • Bun installed >=v1.0
  • (optional) Docker or Podman installed.

Install dependencies with bun install, start a development server:

bun run dev

Regatta server address could be configured by REGATTA_ADDRESS env property.

REGATTA_ADDRESS=https://localhost:8443 bun run dev

Building

To create a production version of the app:

bun run build

You can preview the production build with bun run preview.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published