Skip to content

spilth/mss.band

Repository files navigation

mss.band

Middleman web site for providing the lyrics and chords to songs using the SongPro format.

Project Setup

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 http://localhost:4567

PDF Generation

To build the PDF versions of all songs to the build/pdfs directory:

$ rake build

Site Deployment

To deploy the site to Netlify:

$ npm install netlify-cli -g
$ netlify login
$ rake deploy