Add mobile touch and keybar improvements

This commit is contained in:
2026-05-11 20:39:32 -04:00
parent 3e0c9f87c8
commit be5df58698
3 changed files with 263 additions and 29 deletions
+19
View File
@@ -0,0 +1,19 @@
#!/bin/bash
set -e
cd "$(dirname "$0")"
echo "Building frontend..."
make build
echo "Building Go binary..."
make build-go
echo "Installing binary..."
cp bin/webterm ~/go/bin/webterm
echo "Restarting service..."
systemctl --user restart webterm.service
echo "Done. Status:"
systemctl --user status webterm.service --no-pager