Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 439 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 439 Bytes

Unstake UI

The frontend for https://unstake.fi, rewritten.

Getting started

We use bun as the package manager and runtime.

To run the site in development mode, run the following commands:

bun install # Install dependencies
bun --bun run dev # Run vite dev server in the bun runtime

We use TailwindCSS for styling, and MeltUI component builders.