AFFiNE/apps/web
Aditya Sharma cd089ed64a
feat: shortcut for expand/collapse of sidebar (#1797)
Co-authored-by: Himself65 <himself65@outlook.com>
2023-04-03 16:39:45 -05:00
..
public refactor(web): move contact modal to component (#1718) 2023-03-28 01:07:53 -05:00
scripts fix: trim git info (#1746) 2023-03-29 17:56:44 -05:00
src feat: shortcut for expand/collapse of sidebar (#1797) 2023-04-03 16:39:45 -05:00
.env.local.template chore: add build flag for change log (#1792) 2023-04-03 11:13:43 +00:00
.eslintrc chore: unify version (#1123) 2023-02-19 08:40:39 +00:00
next-env.d.ts chore: move client folders (#948) 2023-02-10 12:41:01 +00:00
next.config.mjs build: improve logs 2023-03-31 16:43:52 -05:00
package.json feat: init @toeverything/hooks package (#1788) 2023-04-03 04:32:52 -05:00
preset.config.mjs chore: add build flag for change log (#1792) 2023-04-03 11:13:43 +00:00
README.md docs: update README.md (#1327) 2023-03-05 12:18:56 -06:00
sentry.client.config.ts feat: support sentry report (#1729) 2023-03-28 14:06:16 -05:00
sentry.edge.config.ts feat: support sentry report (#1729) 2023-03-28 14:06:16 -05:00
sentry.properties feat: support sentry report (#1729) 2023-03-28 14:06:16 -05:00
sentry.server.config.ts feat: support sentry report (#1729) 2023-03-28 14:06:16 -05:00
tsconfig.json feat: split components (#1530) 2023-03-10 23:15:19 -06:00

AFFiNE Web

This is the web application for AFFiNE. It is a React application that uses the Next.js framework.

Getting Started

First, run the development server:

pnpm run dev

Open http://localhost:8080 with your browser to see the result.

You can start editing the page by modifying src/pages/workspace/[workspaceId]/all.tsx. The page auto-updates as you edit the file.

For more information on Next.js, take a look at the Next.js Documentation.

Build Presets

preset.config.mjs contains the build presets for the application. The presets are used to configure the build process for different environments. The presets are:

  • enableIndexedDBProvider: Enables the IndexedDB provider for the application. This is used to store data in the browser.
  • enableBroadCastChannelProvider: Enables the Broadcast Channel provider for the application. This is used to communicate between local browser tabs.
  • prefetchWorkspace: deprecated
  • exposeInternal: Exposes internal variables into globalThis for debugging purposes.
  • enableDebugPage: Enables the debug page for the application. This is used for debugging purposes.

BlockSuite Integration

Set LOCAL_BLOCK_SUITE=/path/to/blocksuite to use a local version of BlockSuite. This is useful for development.