AFFiNE/apps
dependabot[bot] 0a6859a1d7
chore: bump esbuild from 0.19.3 to 0.19.4 (#4550)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-03 15:28:10 +00:00
..
core feat(core): add editor commanads (#4514) 2023-10-02 03:22:12 +00:00
electron chore: bump esbuild from 0.19.3 to 0.19.4 (#4550) 2023-10-03 15:28:10 +00:00
server ci: speedup ci by reduce installation packages in certain job (#4457) 2023-09-29 03:02:26 +00:00
storybook feat(core): add editor commanads (#4514) 2023-10-02 03:22:12 +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.