AFFiNE/apps
Qi f9eea85577
fix: can not enable workspace if not sign in (#4265)
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-09-08 07:41:07 +00:00
..
core fix: can not enable workspace if not sign in (#4265) 2023-09-08 07:41:07 +00:00
docs chore: bump version (#4272) 2023-09-07 23:21:47 +00:00
electron fix(electron): api url mapping in electron (#4276) 2023-09-07 22:36:56 -07:00
prototype chore: bump version (#4272) 2023-09-07 23:21:47 +00:00
server fix: revoke permission if failed to send email (#4279) 2023-09-07 23:21:38 -07:00
storybook chore: bump version (#4272) 2023-09-07 23:21:47 +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.