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 [email protected]:spilth/mss.band.git
$ cd mss.band
$ bundle
$ npm install
$ rake server
You can then view the site as https://localhost:4567
To build the PDF versions of all songs to the build/pdfs
directory:
$ rake build
To deploy the site to Netlify:
$ npm install netlify-cli -g
$ netlify login
$ rake deploy