AFFiNE/apps
2023-08-31 23:34:55 -05:00
..
core fix: not be able to login with Google in desktop (#4093) 2023-08-31 23:34:55 -05:00
docs chore: bump version (#4083) 2023-08-31 18:50:03 -05:00
electron fix: add back sourcemaps to electron build (#4090) 2023-09-01 03:34:18 +00:00
prototype v0.9.0-canary.7 2023-08-31 13:18:25 -05:00
server feat: exception logger (#4059) 2023-09-01 12:05:35 +08:00
storybook test(server): fix flaky (#4088) 2023-09-01 01:03:46 +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.