AFFiNE/apps
2023-09-04 19:44:22 -07:00
..
core feat: add fav button (#4159) 2023-09-04 17:14:02 +00:00
docs v0.9.0-canary.8 2023-09-02 01:22:50 -05:00
electron chore: bump @electron/remote from 2.0.10 to 2.0.11 (#4147) 2023-09-04 17:03:27 +00:00
prototype v0.9.0-canary.8 2023-09-02 01:22:50 -05:00
server chore(server): debug blob sizes limit (#4178) 2023-09-04 19:44:22 -07:00
storybook refactor(infra): move initEmptyPage (#4135) 2023-09-03 05:19:43 +00:00
README.md feat: support get datasource status (#3645) 2023-08-10 05:05:34 +00:00

Apps structure

This is the structure of the apps directory.

docs

AFFiNE Developer Documentation using waku.

electron

core needs to be built before electron.

AFFiNE Desktop (macOS, Linux and Windows Distribution) using Electron.

server

Server using Nest.js.

storybook

Storybook using Storybook.

prototype

AFFiNE Prototype using React.js + Vite.

core

AFFiNE Core Application using React.js + Webpack.