mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-14 12:53:32 +03:00
24 lines
264 B
Markdown
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
|