AFFiNE/packages/backend/server
Boshen c349a24e95
chore: upgrade oxlint to v0.13.2 (#8891)
Co-authored-by: LongYinan <lynweklm@gmail.com>
2024-11-26 17:56:35 +08:00
..
migrations feat(native): split package (#8853) 2024-11-18 13:18:16 +00:00
scripts Revert "fix(server): wrong usage of optl (#6714)" 2024-07-19 11:31:01 +08:00
src chore: upgrade oxlint to v0.13.2 (#8891) 2024-11-26 17:56:35 +08:00
tests feat(server): make copilot test faster (#8806) 2024-11-14 04:24:28 +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 feat(server): make copilot test faster (#8806) 2024-11-14 04:24:28 +00:00
README.md refactor(server): rename @affine/storage to @affine/server-native (#6682) 2024-04-29 02:14:20 +00:00
schema.prisma feat(server): support onetime payment subscription (#8369) 2024-10-10 10:12:40 +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