Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 638 Bytes

README.md

File metadata and controls

36 lines (24 loc) · 638 Bytes

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