Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 370 Bytes

File metadata and controls

23 lines (15 loc) · 370 Bytes

Scope UI

Development

Make sure you have the .env.local file with the required config.

To install the dependencies:

bun i

To run the server:

bun run dev

Related