dev
Installation
SKILL.md
Human usage
After setup, use these commands directly:
npm run dev/npm run dev:start— start server in background (detached via nohup)npm run dev:stop— stop server (Ctrl+C won't work since it's detached)npm run dev:status— check PID and log locationnpm run dev:restart— restart servertail -f logs/dev.log— stream live logsPORT=5173 npm run dev— override port
PID file: .dev/dev.pid — Log file: logs/dev.log
You are managing the dev server. The argument determines the action.