Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 437 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 437 Bytes

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.