AFFiNE/packages/backend/server/README.md

24 lines
264 B
Markdown
Raw Normal View History

2023-02-15 15:41:15 +03:00
# 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