AFFiNE/apps/server
2023-06-29 18:50:48 +08:00
..
migrations feat(storage): binding jwst storage to node (#2808) 2023-06-29 01:45:45 +00:00
scripts test(server): watch mode (#2893) 2023-06-28 10:00:06 +00:00
src feat(storage): binding jwst storage to node (#2808) 2023-06-29 01:45:45 +00:00
.env.example feat(server): port resolvers to node server (#2026) 2023-04-27 18:02:05 -05:00
.gitignore chore(server): commit server generated gql file to prevent build fail (#2835) 2023-06-21 07:22:47 +00:00
package.json v0.7.0-canary.24 2023-06-29 18:50:48 +08:00
README.md feat(storage): binding jwst storage to node (#2808) 2023-06-29 01:45:45 +00:00
schema.prisma feat(storage): binding jwst storage to node (#2808) 2023-06-29 01:45:45 +00:00
tsconfig.json feat(storage): binding jwst storage to node (#2808) 2023-06-29 01:45:45 +00:00
tsconfig.node.json chore: bump typescript to 5.1.3 (#2735) 2023-06-09 11:42:54 +08: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