AFFiNE/packages/backend/server/README.md
2023-10-18 15:30:08 +00:00

24 lines
264 B
Markdown

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