Skip to content

scope-sh/scope-app

Repository files navigation

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