jonashcroft / Nowify

A Spotify 'Now Playing' screen designed for Raspberry Pi
MIT License
224 stars 436 forks source link

Raspberry Pi Usage #6

Closed TellTej closed 3 years ago

TellTej commented 4 years ago

I don't fully understand how to install gulp and this library onto my pi. Could you help?

clancyjr commented 3 years ago

You dont install gulp and the library on the pi. you do nvm/node/gulp tasks on your computer, that compiles the code into the /dist folder, and you copy the /dist folder (and the index.html) to the pi. then have the index file auto-open on the pi.

jonashcroft commented 3 years ago

As above - compile the code on your computer first, then move things over.

I'm actually in the middle of rewriting this whole thing to be more modern and easier, it should be ready for use in about a week 🙂

jonashcroft commented 3 years ago

2.0.0 released! "about a week" was definitely ambitious