AFFiNE/apps
JimmFly 6be176b4e3
fix: the web version should not display client borders (#4040)
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-08-31 13:15:22 -05:00
..
core fix: the web version should not display client borders (#4040) 2023-08-31 13:15:22 -05:00
docs v0.9.0-canary.6 2023-08-31 00:48:00 -05:00
electron refactor: remove hacky email login (#4075) 2023-08-31 12:49:22 -05:00
prototype v0.9.0-canary.6 2023-08-31 00:48:00 -05:00
server refactor: remove hacky email login (#4075) 2023-08-31 12:49:22 -05:00
storybook fix: some style issues to sidebar and switch (#4046) 2023-08-31 20:46:06 +08: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.