Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/christopherbilg/soma-notes
- Owner: ChristopherBilg
- License: gpl-2.0
- Created: 2023-06-05T18:57:12.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-12-16T01:30:36.000Z (11 months ago)
- Last Synced: 2023-12-16T04:49:08.005Z (11 months ago)
- Language: TypeScript
- Homepage:
- Size: 368 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.