AFFiNE/apps
2023-09-22 00:00:37 +00:00
..
core fix(core): bump latest blocksuite fixes (#4450) 2023-09-22 00:00:37 +00:00
docs fix(core): bump latest blocksuite fixes (#4450) 2023-09-22 00:00:37 +00:00
electron fix(core): bump latest blocksuite fixes (#4450) 2023-09-22 00:00:37 +00:00
prototype fix(core): bump latest blocksuite fixes (#4450) 2023-09-22 00:00:37 +00:00
server feat: add auth support for websocket (#4445) 2023-09-21 13:05:26 +00:00
storybook fix(core): bump latest blocksuite fixes (#4450) 2023-09-22 00:00:37 +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.