https://github.com/oscarotero/notes
Minimalist notepad for Deno deploy
https://github.com/oscarotero/notes
Last synced: 2 months ago
JSON representation
Minimalist notepad for Deno deploy
- Host: GitHub
- URL: https://github.com/oscarotero/notes
- Owner: oscarotero
- Created: 2023-05-12T19:32:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-09T08:03:44.000Z (almost 2 years ago)
- Last Synced: 2024-12-28T06:24:10.862Z (4 months ago)
- Language: TypeScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notes
Minimalist notepad for Deno Deploy. It uses [Deno KV](https://deno.com/kv) to store the data.
## Run
```sh
USER=your_user PASSWORD=your_password deno run --allow-net --allow-env=USER,PASSWORD --unstable server.ts
```