Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 555 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 555 Bytes

Project Title

Earrapify 🗣️ your songs via a web interface.

Getting Started

NOTE This project was created with Python-3.9.0a5

git clone <repository>
cd earrapify 
python -m venv .
source bin/activate
which python # Make sure you are in your venv
pip install -r requirements.txt
gunicorn app:app # or start supervisord

Contributing

WIP.

Authors

License

This project is licensed under the MIT License - see the LICENSE file for details