dev-serve
Installation
SKILL.md
dev-serve — One-Command Dev Server Hosting
Start a dev server in a tmux session and expose it via Caddy at <project>.YOUR_DOMAIN. One command up, one command down.
Setup
-
Install the script:
cp scripts/dev-serve.sh ~/.local/bin/dev-serve chmod +x ~/.local/bin/dev-serve -
Set your domain (one of):
- Export
DEV_SERVE_DOMAINin your shell profile - Or edit the
DOMAINvariable in the script
- Export