Skip to content

Commit 8b86f18

Browse files
committed
docs: add README
1 parent b268a7c commit 8b86f18

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Scope API server
2+
3+
## Development
4+
5+
Make sure you have the `.env.local` file with the required config.
6+
7+
To install the dependencies:
8+
9+
```
10+
bun i
11+
```
12+
13+
To run the server:
14+
15+
```
16+
bun run dev
17+
```
18+
19+
## Related
20+
21+
* [Scope UI](https://github.com/scope-sh/scope-app)
22+
* [Scope Label Registry](https://github.com/scope-sh/scope-registry)

0 commit comments

Comments
 (0)