Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 377 Bytes

File metadata and controls

23 lines (15 loc) · 377 Bytes

Scope API server

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