Merge pull request #5 from timjrobinson/add-readme

Add README
This commit is contained in:
Rogério Chaves 2020-05-02 11:24:28 +02:00 committed by GitHub
commit aa341188fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 30 additions and 0 deletions

30
README.md Normal file
View File

@ -0,0 +1,30 @@
# Feedless
The non-addictive social network
## About
Feedless combines the best original ideas of popular social networks without the bad parts
- You have your own wall, but you can only post with 140 characters, like original Twitter
- If you want to check on others you have to go to their profile, like original Facebook or Orkut
- You can send secret messages, like original Snapchat, but there are no stories
- There is no feed to scroll forever, no cassino slot machine addiction
- There are no likes nor any mindless interactions, if you like something, you tell the person, like a human
Because Feedless is not a business, we don't need to make people addicted just to sell more ads and please shareholders. Feedless is built on top of [SSB], a decentralized social network protocol, which means the community sustains it, not a corporation.
## Usage
Feedless Web uses [NodeJS].
```sh
cd web
npm install
npm start
```
Then navigate to `http://localhost:7624/` in your browser.
[SSB]: https://scuttlebutt.nz
[NodeJS]: https://nodejs.org/en/