Ecosyste.ms: Awesome

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

https://github.com/verbiricha/habla.news


https://github.com/verbiricha/habla.news

blogging nostr

Last synced: 26 days ago
JSON representation

Lists

README

        

# habla

Habla allows you to read, write, curate and monetize long form content over Nostr, a censorship-resistant protocol for social media that uses [long form nostr content](https://github.com/nostr-protocol/nips/blob/master/23.md).

Discover the power of decentralised blogging with Habla.news. Habla allows you to speak your mind and engage with a global community. Using Nostr, a censorship-resistant protocol, you can be confident that your voice will be heard and uncensored. Read, write, curate and monetise quality long-form content on Habla and join the movement towards a more open and inclusive online community.

Available in https://habla.news.

## Contribute

To run Habla locally for development, run:

```
pnpm dev
```

This should start a local server and open a browser with the project. You can now start modifying the code and see the changes in real time.

## Run your own instance

```
pnpm install
pnpm build
```