Experimental note-taking app based on BlockSuite and ystream.
https://github.com/toeverything/notesuite.git
๐ฌ Experimental note-taking app based on BlockSuite (sharing editor with AFFiNE) and ystream.
Y.Doc in ystream instance.Install deps:
pnpm i
Start server and client:
pnpm dev:server
pnpm dev:client
The VSCode extension can be started in VSCode:
Run E2E tests (make sure to run npx playwright install before):
pnpm test