🐀 A link aggregator and forum for the fediverse
 
 
 
 
 
Go to file
Dessalines 85d16e8632 Fixing endpoint. 2019-04-09 08:03:58 -07:00
docs
server
ui Fixing endpoint. 2019-04-09 08:03:58 -07:00
.dockerignore
.travis.yml
Dockerfile
LICENSE
README.md
docker-compose.yml
install.sh

README.md

Lemmy

Build Status star this repo fork this repo GitHub issues GitHub repo size Matrix License

A link aggregator / reddit clone for the fediverse.

Made with Rust, Actix, Inferno, Typescript.

Navigation

Features

  • TBD

the name

Lead singer from motorhead. The old school video game. The furry rodents.

Goals r/ censorship

Install

Docker

git clone https://github.com/dessalines/lemmy
cd lemmy
docker-compose up

and goto http://localhost:8536

Local Development

Requirements

Set up Postgres DB

 psql -c "create user rrr with password 'rrr' superuser;" -U postgres
 psql -c 'create database rrr with owner rrr;' -U postgres

Running

git clone https://github.com/dessalines/lemmy
cd lemmy
./install.sh

and goto http://localhost:8536

Documentation

Credits

Icons made by Freepik licensed by CC 3.0