Closed moonvixen closed 1 year ago
Hey! As BassoonTracker is a web-application, you can't just open the index.html in your browser, you need to "serve it from a webserver". You can do this locally on your machine and even offline. A good list of options is e.g. https://medium.com/swlh/need-a-local-static-server-here-are-several-options-bbbe77e59a11
Another one I can recommend is "Spark" -> https://github.com/rif/spark/releases Download the binary for your platform, drop the Spark executable in the folder where you extracted the BassoonTracker files and run it. If you then point your browser to http://localhost:8080/ it should work.
At least in Google Chrome you can install it as a PWA (ProgressiveWebApp) and use it offline. https://www.stef.be/bassoontracker/ There is an "install" symbol in the address bar. After installation you will find a shortcut on your desktop.
Hey! As BassoonTracker is a web-application, you can't just open the index.html in your browser, you need to "serve it from a webserver". You can do this locally on your machine and even offline. A good list of options is e.g. https://medium.com/swlh/need-a-local-static-server-here-are-several-options-bbbe77e59a11
Another one I can recommend is "Spark" -> https://github.com/rif/spark/releases Download the binary for your platform, drop the Spark executable in the folder where you extracted the BassoonTracker files and run it. If you then point your browser to http://localhost:8080/ it should work.
Thanks, I'm not too familiar with web apps that work like this so wasn't aware :)
At least in Google Chrome you can install it as a PWA (ProgressiveWebApp) and use it offline. https://www.stef.be/bassoontracker/ There is an "install" symbol in the address bar. After installation you will find a shortcut on your desktop.
Unfortunately Firefox removed installing PWAs on desktop (seems to work on mobile though), so I'll have to use that spark solution or something similar
Downloading the master as a .zip, opening either dev.html or index.html causes both Firefox and Edge to get stuck on a black screen that says "Loading...".
Unsure why this happens, but I also get these messages in console.
This is by far the nicest looking web-based tracker I've found, so what could be causing this hang?