AFFiNE/apps
2023-10-10 03:23:12 +00:00
..
core feat(core): add editor commanads (#4514) 2023-10-02 03:22:12 +00:00
electron chore: bump electron from 26.2.2 to 26.3.0 (#4564) 2023-10-09 07:14:50 +00:00
server refactor(server): deprecate unstable redis manager (#4567) 2023-10-10 03:23:12 +00:00
storybook fix: list page storybook not rendering issue (#4560) 2023-10-09 07:54:05 +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.