You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lemmy/README.md

2.1 KiB

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

Install

Docker

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

and goto http://localhost:8080

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:8080

Documentation

Credits

Icons made by Freepik licensed by CC 3.0