mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-11-05 04:00:02 +00:00
1.2 KiB
1.2 KiB
Lemmy
A link aggregator / reddit clone for the fediverse.
Made with Rust, Actix, Inferno, Typescript.
Navigation
- Matrix Chatroom
- Issues / Feature Requests
- Support the development via Patreon
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