AFFiNE/apps
2023-09-15 17:57:08 -07:00
..
core feat: modify 404 page (#4383) 2023-09-15 17:57:08 -07:00
docs chore: bump version (#4354) 2023-09-14 06:33:47 +00:00
electron fix: update windows install gif (#4379) 2023-09-15 15:07:58 +08:00
prototype chore: bump version (#4354) 2023-09-14 06:33:47 +00:00
server fix: orderby in members list (#4375) 2023-09-15 19:24:00 +00:00
storybook fix: add platform selector to storybook (#4380) 2023-09-15 08:59:29 +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.