AFFiNE/apps
Alex Yang 1b6a78cd00
feat!: unified migration logic in server electron, and browser (#4079)
Co-authored-by: Mirone <Saul-Mirone@outlook.com>
2023-09-06 07:44:53 +00:00
..
core feat!: unified migration logic in server electron, and browser (#4079) 2023-09-06 07:44:53 +00: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 feat: auth metric and trace (#4063) 2023-09-05 21:20:06 -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.