AFFiNE/apps
Peng Xiao 892cae5599
fix: SHOULD_REPORT_TRACE condition (#4273)
Co-authored-by: X1a0t <405028157@qq.com>
2023-09-11 09:47:02 +00:00
..
core fix: SHOULD_REPORT_TRACE condition (#4273) 2023-09-11 09:47:02 +00:00
docs chore: bump version (#4294) 2023-09-09 04:28:17 +00:00
electron chore: bump version (#4294) 2023-09-09 04:28:17 +00:00
prototype fix: SHOULD_REPORT_TRACE condition (#4273) 2023-09-11 09:47:02 +00:00
server test: always exec afterEach in ava test (#4303) 2023-09-11 09:30:39 +00: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.