ActivityWatch / aw-webui

Webapp for visualizing and browsing ActivityWatch data, built with Vue.js.
Mozilla Public License 2.0
109 stars 110 forks source link

Running from source instructions improvements #608

Open davidfraser opened 3 months ago

davidfraser commented 3 months ago

I have been making some changes to aw-webui. The instructions in the README say to copy the web assets to the main install.

However, at least on Windows, aw-server-rust seems to bundle the static data inside the executable. Replacing the static/ directory didn't seem to do anything. But there is a command-line flag --webpath that allows loading the webui from another location. The following worked for me:

Could this be adjusted in the instructions?