@ff0000 Yep, that’s all it does. There is no setup apart from the clone (Kitten is very simple).
If you do it with a random repository, Kitten will still clone it and try to serve it. Just as if you ran it on a random folder on your machine.
(Basically, the run command is the little brother of the deploy command that deploys a git repository as a systemd service. The run command runs it as a regular process as you would during dev. And you can actually go to where it cloned it and dev on it.)