AFFiNE/apps
Alex Yang 6f9dfcc3c1
feat: add outline plugin (#3624)
Co-authored-by: codert <codert.sn@gmail.com>
2023-08-16 02:34:26 -05:00
..
core feat: add outline plugin (#3624) 2023-08-16 02:34:26 -05:00
docs v0.8.0-canary.22 2023-08-14 20:37:04 -04:00
electron fix(electron): type on handlers (#3747) 2023-08-15 01:06:25 +00:00
prototype v0.8.0-canary.22 2023-08-14 20:37:04 -04:00
server v0.8.0-canary.22 2023-08-14 20:37:04 -04:00
storybook feat(storybook): add not found page (#3767) 2023-08-15 16:58:14 -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.