mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-15 15:01:48 +03:00
34d575078c
Simple recovery history UI poc. What's missing - [x] e2e All biz logic should be done, excluding complete ui details. - [ ] offline prompt - [ ] history timeline - [ ] page ui https://github.com/toeverything/AFFiNE/assets/584378/fc3f6a48-ff7f-4265-b9f5-9c0087cb2635 |
||
---|---|---|
.. | ||
migrations | ||
scripts | ||
src | ||
tests | ||
.env.example | ||
.gitignore | ||
LICENSE | ||
package.json | ||
README.md | ||
schema.prisma | ||
tsconfig.json | ||
tsconfig.node.json |
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