AFFiNE/apps
dependabot[bot] 5887071319
chore: bump @storybook/test-runner from 0.11.0 to 0.13.0 (#3673)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-08-10 15:45:41 +00:00
..
core feat: add no match route (#3659) 2023-08-10 13:43:51 +00:00
docs chore: bump version (#3672) 2023-08-10 15:21:11 +00:00
electron v0.8.0-canary.16 2023-08-10 00:34:30 -04:00
prototype feat: support get datasource status (#3645) 2023-08-10 05:05:34 +00:00
server chore: bump nodemon from 2.0.22 to 3.0.1 (#3657) 2023-08-10 14:51:20 +00:00
storybook chore: bump @storybook/test-runner from 0.11.0 to 0.13.0 (#3673) 2023-08-10 15:45:41 +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.