AFFiNE/packages/backend/server
2024-08-21 05:30:23 +00:00
..
migrations feat: improve prompt management (#7853) 2024-08-14 08:38:36 +00:00
scripts Revert "fix(server): wrong usage of optl (#6714)" 2024-07-19 11:31:01 +08:00
src feat(server): make an abstraction for ydoc storage (#7901) 2024-08-21 05:30:23 +00:00
tests test(server): all instance variants (#7882) 2024-08-15 10:01:54 +00:00
.env.example fix: improve self-host convenience (#5582) 2024-01-15 09:24:53 +00:00
.gitignore fix(server): redirect to setup page if not initialized (#7875) 2024-08-14 21:02:16 +08:00
LICENSE refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
package.json fix(server): redirect to setup page if not initialized (#7875) 2024-08-14 21:02:16 +08:00
README.md refactor(server): rename @affine/storage to @affine/server-native (#6682) 2024-04-29 02:14:20 +00:00
schema.prisma feat: improve prompt management (#7853) 2024-08-14 08:38:36 +00:00
tsconfig.json refactor(server): rename @affine/storage to @affine/server-native (#6682) 2024-04-29 02:14:20 +00:00
tsconfig.node.json refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00

Server

Get started

Install dependencies

yarn

Build Native binding

yarn workspace @affine/server-native build

Run server

yarn dev

now you can access the server GraphQL endpoint at http://localhost:3000/graphql