AFFiNE/apps
JimmFly 1f6a105e5c
feat(core): add setting commands (#4568)
Co-authored-by: Peng Xiao <pengxiao@outlook.com>
2023-10-11 03:31:04 +00:00
..
core feat(core): add setting commands (#4568) 2023-10-11 03:31:04 +00:00
electron style: enable no-extraneous-dependencies lint rule (#4575) 2023-10-10 17:51:47 +00:00
server style: enable no-extraneous-dependencies lint rule (#4575) 2023-10-10 17:51:47 +00:00
storybook feat(core): add setting commands (#4568) 2023-10-11 03:31:04 +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.