-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2aeb83e
commit 97cd4f0
Showing
4 changed files
with
36 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,38 @@ | ||
# NoteSuite | ||
|
||
Experimental note-taking app based on local-first infrastructure. | ||
Experimental note-taking app based on [BlockSuite](https://github.com/toeverything/blocksuite) and [ystream](https://github.com/yjs/ystream). | ||
|
||
![screenshot-basic](./images/screenshot-basic.jpg) | ||
|
||
## Overview | ||
|
||
* Isomorphic client and web builds. | ||
* Mapping workspace into files hosted on WebDAV. | ||
* VSCode extension for file editing. | ||
* Documents persisted as `Y.Doc` in ystream instance. | ||
|
||
## Development | ||
|
||
Install deps: | ||
|
||
```sh | ||
pnpm i | ||
``` | ||
|
||
Start server and client: | ||
|
||
```sh | ||
pnpm dev:server | ||
pnpm dev:client | ||
``` | ||
|
||
The VSCode extension can be started in VSCode: | ||
|
||
<img src="./images/screenshot-debugger.jpg" alt="screenshot-debugger" width="200"> | ||
|
||
|
||
Run E2E tests (make sure to run `npx playwright install` before): | ||
|
||
```sh | ||
pnpm test | ||
``` |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.