Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snowcait/notestr
Nostr Text Storage
https://github.com/snowcait/notestr
nostr
Last synced: 7 days ago
JSON representation
Nostr Text Storage
- Host: GitHub
- URL: https://github.com/snowcait/notestr
- Owner: SnowCait
- Created: 2024-04-16T00:41:20.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-04-19T01:27:49.000Z (7 months ago)
- Last Synced: 2024-04-19T02:34:01.704Z (7 months ago)
- Topics: nostr
- Language: Svelte
- Homepage: https://notestr.pages.dev/
- Size: 60.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Notestr
Nostr Text Storage. (PoC)
## Developing
```bash
npm install
npx wrangler pages dev .svelte-kit/cloudflare
```### References
- [Cloudflare Pages](https://kit.svelte.dev/docs/adapter-cloudflare)
- [Cloudflare D1](https://developers.cloudflare.com/d1/examples/d1-and-sveltekit/)