AFFiNE/apps
2023-09-06 10:15:46 -07:00
..
core fix(core): location.state maybe null (#4236) 2023-09-06 10:15:46 -07:00
docs feat!: unified migration logic in server electron, and browser (#4079) 2023-09-06 07:44:53 +00:00
electron feat!: unified migration logic in server electron, and browser (#4079) 2023-09-06 07:44:53 +00:00
prototype feat!: unified migration logic in server electron, and browser (#4079) 2023-09-06 07:44:53 +00:00
server chore(server): add log to early access redirect (#4235) 2023-09-06 10:11:31 -07:00
storybook feat!: unified migration logic in server electron, and browser (#4079) 2023-09-06 07:44:53 +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.