Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 493 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 493 Bytes

Last.fm Lyric Sheet

A tiny app to display lyrics for the song you're currently scrobbling to last.fm.

Lyric Sheet

To Develop

# 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

Build app binary

npm run dist