AFFiNE/apps
2023-07-31 06:52:11 +00:00
..
core build: enable plugin system in production (#3480) 2023-07-31 06:52:11 +00:00
docs v0.8.0-canary.4 2023-07-30 20:33:52 -07:00
electron fix: flaky test (#3478) 2023-07-31 05:47:13 +00:00
server v0.8.0-canary.4 2023-07-30 20:33:52 -07:00
storybook chore: add noUnusedLocals and noUnusedParameters rules (#3476) 2023-07-31 05:47:37 +00:00
README.md fix(core): css.ts hmr (#3317) 2023-07-19 15:52:21 +00:00

Apps structure

This is the structure of the apps directory.

docs

AFFiNE Developer Documentation using waku.

electron

web needs to be built before electron.

AFFiNE Desktop (macOS, Linux and Windows Distribution) using Electron.

server

Server using Nest.js.

storybook

Storybook using Storybook.

Core

AFFiNE Core Application using React.js.