AFFiNE/packages/backend/server
2024-03-25 03:55:33 +00:00
..
migrations feat(server): support ai plan (#6216) 2024-03-22 08:39:18 +00:00
scripts ci: set private key from env (#6239) 2024-03-21 10:09:26 +00:00
src style: enable import-x/no-duplicates (#6279) 2024-03-25 03:55:33 +00:00
tests style: enable import-x/no-duplicates (#6279) 2024-03-25 03:55:33 +00:00
.env.example fix: improve self-host convenience (#5582) 2024-01-15 09:24:53 +00:00
.gitignore refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
LICENSE refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
package.json chore(core): add mixpanel track (#6202) 2024-03-22 09:24:41 +00:00
README.md refactor(infra): directory structure (#4615) 2023-10-18 15:30:08 +00:00
schema.prisma feat(server): support ai plan (#6216) 2024-03-22 08:39:18 +00:00
tsconfig.json fix(server): wrap read-modify-write apis with distributed lock (#6142) 2024-03-19 02:16:24 +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/storage build

Run server

yarn dev

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