Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 488 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 488 Bytes

juke.studio

Desktop Mobile

JukeStudio is an online jukebox title strip creator that creates true-to-original title strips for 1950s and later jukeboxes.

This is the source repository, the application is available at https://juke.studio

Labels

Development environment

git clone [email protected]:gilphilbert/jukestudio.git
cd jukestudio
npm i
npm run serve

Building for production

npm run build