Skip to content

Commit

Permalink
docs: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
doodlewind committed May 30, 2024
1 parent 2aeb83e commit 97cd4f0
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 1 deletion.
37 changes: 36 additions & 1 deletion README.md
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
```
Binary file added images/notesuite-arch.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/screenshot-basic.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/screenshot-debugger.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 97cd4f0

Please sign in to comment.