zachwinter / kaleidosync

A WebGL Spotify visualizer made with Vue, D3, and Three.js.
https://www.kaleidosync.com
809 stars 61 forks source link

UPDATE DOCS #7

Closed lukas-zech-software closed 4 years ago

lukas-zech-software commented 5 years ago

You missed in the npm run build script in the steps

Also detection if port 8001 is already in use would be really usefullndluf ( I have plenty dev server running)

If help is I welcome will gladly throew a few of my hours of experience (TS,node,express,angular,wepack) at this project

zachwinter commented 5 years ago

Thanks for opening this! Did you have to run the build script when following the "run locally" instructions? It should only be needed for a prod build.

Port detection didn't seem necessary to me due to Spotify apps having predefined app / redirect URIs. What do you think would be the best way to go?