AFFiNE/apps
2023-08-17 18:27:24 +00:00
..
core feat: modify shortcut key style (#3807) 2023-08-17 18:27:24 +00:00
docs chore: bump blocksuite version (#3798) 2023-08-16 22:57:21 -05:00
electron fix(core): editor height incorrect (#3799) 2023-08-16 23:20:27 -05:00
prototype chore: bump blocksuite version (#3798) 2023-08-16 22:57:21 -05:00
server v0.8.0-canary.25 2023-08-16 21:34:42 -05:00
storybook build: fix turbosnap rootDir 2023-08-17 13:03:08 -05: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.