Go to file
Luna Mendes c11851c4b0 add schema.sql
- add basic config example stuff
2018-06-16 19:25:07 -03:00
.gitignore add schema.sql 2018-06-16 19:25:07 -03:00
LICENSE Initial Commit 👌 😂 2018-06-15 21:59:52 -03:00
README.md add schema.sql 2018-06-16 19:25:07 -03:00
config.example.py add schema.sql 2018-06-16 19:25:07 -03:00
requirements.txt add quart basic 2018-06-16 02:33:16 -03:00
run.py add schema.sql 2018-06-16 19:25:07 -03:00
schema.sql add schema.sql 2018-06-16 19:25:07 -03:00

README.md

litecord

Rewrite of litecord-reference.

Litecord is a free as in freedom implementation of Discord's backend services.

Install

  • Python 3.6+
  • PostgreSQL
git clone https://gitlab.com/lnmds/litecord
cd litecord
python3.6 -m pip install -Ur requirements.txt

Run

hypercorn run:app