Middleman web site for providing the lyrics and chords to songs using the SongPro format.
To set up the project, do the following:
$ git clone git@github.com:spilth/mss.band.git
$ cd mss.band
$ bundle
$ npm install
$ rake serverYou can then view the site as http://localhost:4567
To build the PDF versions of all songs to the build/pdfs directory:
$ rake buildTo deploy the site to Netlify:
$ npm install netlify-cli -g
$ netlify login
$ rake deploy