Chords and lyrics for face melting melodies.
Assuming you have Python installed. Run:
pip install -r requirements.txt
python update_songs.py
Now, install bower and run bower install
Run a dev server:
python -m SimpleHTTPServer 8090 # if Python2X
python -m http.server 8090 # if Python3
go to http://localhost:8090/ and find the songs
To work with the clientside code, install CoffeeScript
Then, in the js
directory:
coffee --watch --compile .
Now you are ready to hack on the clientside code. We are trying to not have any serverside code here :-)