You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: readme.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -74,7 +74,7 @@ BassoonTracker is a web application that runs in your browser.
74
74
Just serve "index.html" from a webserver and you're good to go.
75
75
If you want to run it locally and you don't want to fiddle with things as `node`and `npm`, I can recommend [Spark](https://github.com/rif/spark/releases)
76
76
Download the binary for your platform, drop the Spark executable in the folder where you downloaded the BassoonTracker source files and run it.
77
-
If you then point your browser to http://localhost:8080/ it should work.
77
+
If you then point your browser to http://localhost:8080/dev.html it should work.
78
78
79
79
**How to Build**
80
80
- BassoonTracker doesn't need building, the build step is **optional**, there are no runtime dependencies (*bliss!*)
0 commit comments