AFFiNE/apps
DarkSky f4340da478
refactor(server): rate limit and permission (#4198)
Co-authored-by: LongYinan <lynweklm@gmail.com>
2023-09-07 14:32:41 -07:00
..
core fix: disable set-db-location step (#4263) 2023-09-07 17:41:27 +00:00
docs v0.9.0-canary.10 2023-09-06 16:11:57 -07:00
electron fix: disable set-db-location step (#4263) 2023-09-07 17:41:27 +00:00
prototype v0.9.0-canary.10 2023-09-06 16:11:57 -07:00
server refactor(server): rate limit and permission (#4198) 2023-09-07 14:32:41 -07:00
storybook v0.9.0-canary.10 2023-09-06 16:11:57 -07: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.