mirror of https://gitlab.com/litecord/litecord.git
- add basic config example stuff |
||
|---|---|---|
| .gitignore | ||
| LICENSE | ||
| README.md | ||
| config.example.py | ||
| requirements.txt | ||
| run.py | ||
| schema.sql | ||
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