mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-10-26 11:37:06 +00:00
| .. | ||
| migrations | ||
| scripts | ||
| src | ||
| .dockerignore | ||
| .env.example | ||
| .gitignore | ||
| ava.config.js | ||
| config.example.json | ||
| LICENSE | ||
| package.json | ||
| README.md | ||
| schema.prisma | ||
| tsconfig.json | ||
Server
Get started
Install dependencies
yarn
Build Native binding
yarn affine @affine/server-native build
Run server
yarn dev
now you can access the server GraphQL endpoint at http://localhost:3000/graphql