AFFiNE/apps/server
2023-07-06 14:07:27 +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 chore: bump version (#3041) 2023-07-06 03:49:17 +00:00
.env.example feat: update server login feature (#3004) 2023-07-05 03:13:20 +00: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.36 2023-07-06 14:07:27 +08:00
README.md feat(storage): binding jwst storage to node (#2808) 2023-06-29 01:45:45 +00:00
schema.prisma build: affine Node.js server charts (#2895) 2023-06-29 14:02:46 +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