Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akiomik/nosli
Nosli: create a curated list of posts on nostr
https://github.com/akiomik/nosli
curated-list nip-23 nostr svelte
Last synced: 8 days ago
JSON representation
Nosli: create a curated list of posts on nostr
- Host: GitHub
- URL: https://github.com/akiomik/nosli
- Owner: akiomik
- License: apache-2.0
- Created: 2023-02-25T10:23:32.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-14T06:39:30.000Z (9 days ago)
- Last Synced: 2024-12-14T07:25:45.901Z (9 days ago)
- Topics: curated-list, nip-23, nostr, svelte
- Language: Svelte
- Homepage: https://nosli.vercel.app
- Size: 1.32 MB
- Stars: 26
- Watchers: 2
- Forks: 3
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# nosli
Nosli helps you create a curated list of posts on [nostr](https://nostr.com).
- https://nosli.vercel.app
## How it works
A curated list is simply [NIP-23 Long Form Content](https://github.com/nostr-protocol/nips/blob/master/23.md) tagged with `"nosli"`.
It is stored in relays and can be viewed and edited by other NIP-23 supported clients.## Developing
Once you've created a project and installed dependencies with `npm install` (or `pnpm install` or `yarn`), start a development server:
```bash
npm run dev# or start the server and open the app in a new browser tab
npm run dev -- --open
```## Building
To create a production version of your app:
```bash
npm run build
```You can preview the production build with `npm run preview`.