Manage your song lyrics, add notations, and learn efficiently.
- Clone and
cd
into this project - Create virtual environment
virtualenv .virtualenv
- Activate the virtual environment
source .virtualenv/bin/activate
- Install packages
pip install -r requirements.txt
- Start the development server
python manage.py runserver