Files
AFFiNE-Mirror/packages/backend/server/README.md
2024-12-24 15:29:48 +08:00

24 lines
267 B
Markdown

# Server
## Get started
### Install dependencies
```bash
yarn
```
### Build Native binding
```bash
yarn affine @affine/server-native build
```
### Run server
```bash
yarn dev
```
now you can access the server GraphQL endpoint at http://localhost:3000/graphql