AFFiNE/apps
2023-08-29 14:04:27 -05:00
..
core chore: downgrade swr to 2.2.0 2023-08-29 12:07:15 -05:00
docs v0.9.0-canary.2 2023-08-29 11:53:49 -05:00
electron fix: disable auto updater on dev (#4019) 2023-08-29 14:04:27 -05:00
prototype v0.9.0-canary.2 2023-08-29 11:53:49 -05:00
server fix(server): invite user type might be null (#4020) 2023-08-29 14:04:12 -05:00
storybook v0.9.0-canary.2 2023-08-29 11:53:49 -05: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.