A tiny app to display lyrics for the song you're currently scrobbling to last.fm.
# Clone this repository
git clone git@github.com:shaunchurch/lastfm-lyricsheet.git
# Go into the repository
cd lastfm-lyricsheet
# Install dependencies
npm install
# Build the node side
npm run build
# Run the dev electron server with hot reload for the front end
npm start
npm run dist