Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/christopherbilg/soma-notes

A simple, global, low-latency note keeping application
https://github.com/christopherbilg/soma-notes

Last synced: about 1 month ago
JSON representation

A simple, global, low-latency note keeping application

Awesome Lists containing this project

README

        

# soma-notes

A simple, global, low-latency note keeping application

## Usage

Start the project:

```sh
deno task start
```

This will watch the project directory and restart as necessary.

---

```sh
deno lint
deno fmt
```

These will lint and format the project, respectively.