AFFiNE/apps
2023-09-12 13:31:58 +08:00
..
core fix: get auth token for development (#4295) 2023-09-12 13:31:58 +08:00
docs chore: bump version (#4294) 2023-09-09 04:28:17 +00:00
electron fix: circular dependencies (#4307) 2023-09-11 17:00:48 +00:00
prototype fix: SHOULD_REPORT_TRACE condition (#4273) 2023-09-11 09:47:02 +00:00
server fix: get auth token for development (#4295) 2023-09-12 13:31:58 +08:00
storybook fix: SHOULD_REPORT_TRACE condition (#4273) 2023-09-11 09:47:02 +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.