AFFiNE/apps
Sarvesh Kumar.A 118165bf72
fix(electron): set client border style to false by default on windows (#3960)
Co-authored-by: Alex Yang <himself65@outlook.com>
2023-08-26 15:26:48 -05:00
..
core fix(electron): set client border style to false by default on windows (#3960) 2023-08-26 15:26:48 -05:00
docs v0.9.0-canary.0 2023-08-25 13:15:50 -05:00
electron fix(electron): set client border style to false by default on windows (#3960) 2023-08-26 15:26:48 -05:00
prototype v0.9.0-canary.0 2023-08-25 13:15:50 -05:00
server v0.9.0-canary.0 2023-08-25 13:15:50 -05:00
storybook v0.9.0-canary.0 2023-08-25 13:15:50 -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.