AFFiNE/apps
2023-09-07 17:17:22 +00:00
..
core feat(core): use double click to activate title renaming (#4214) 2023-09-07 17:12:07 +00:00
docs v0.9.0-canary.10 2023-09-06 16:11:57 -07:00
electron fix: disable simutanous updater download (#4254) 2023-09-07 06:54:51 +00:00
prototype v0.9.0-canary.10 2023-09-06 16:11:57 -07:00
server fix: incorrect invitation email style (#4269) 2023-09-07 17:17:22 +00:00
storybook v0.9.0-canary.10 2023-09-06 16:11:57 -07: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.