Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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`.