Skip to content

Baktz - Tezos baker website

Notifications You must be signed in to change notification settings

RichAyotte/baktz

Repository files navigation

Baktz - Tezos Baking Service

Baktz

Tezos baking service.

Setup

Make sure to install the dependencies

bun i

Development

Start the development server on http://localhost:3000

bun dev

Production

Build the application for production:

bun build

Checkout the deployment documentation.