From 2c5fa4f008f50ba8ae1c0fe9d9b6a040232c1b67 Mon Sep 17 00:00:00 2001 From: Alex Yang Date: Thu, 29 Jun 2023 16:07:30 +0800 Subject: [PATCH] docs: add `apps/README.md` --- apps/README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 apps/README.md diff --git a/apps/README.md b/apps/README.md new file mode 100644 index 0000000000..356f6f7e98 --- /dev/null +++ b/apps/README.md @@ -0,0 +1,25 @@ +# Apps structure + +> This is the structure of the `apps` directory. + +## docs + +AFFiNE Developer Documentation using [waku](https://github.com/dai-shi/waku). + +## electron + +> `web` needs to be built before electron. + +AFFiNE Desktop (macOS, Linux and Windows Distribution) using [Electron](https://www.electronjs.org/). + +## server + +Server using [Nest.js](https://nestjs.com/). + +## storybook + +Storybook using [Storybook](https://storybook.js.org/). + +## web + +AFFiNE Core Application using [React.js](https://reactjs.org/).