leafo / sightreading.training

🎹 Sight reading training tool
http://sightreading.training
438 stars 76 forks source link

Run locally #126

Closed skoo313 closed 1 year ago

skoo313 commented 1 year ago

Hello, is there a way to run this app locally? For example i want to run older version, can i do that somehow?

leafo commented 1 year ago

Can you share what about an older version that is missing from currently version?

At the moment there is no standalone version, but since most of the app is implemented directly in the browser, I could imagine a release that is just an html file that you could run locally on your own web server, or possibly an electron bundle.

Also there should be a functional service worker on the current version that will cache the app locally to allow you to use it when you have no internet connection.