A Kirby site.
$ cd your/project/root
$ git submodule update --init --recursive
$ cd your/project/root
$ git submodule foreach --recursive git checkout master
$ git submodule foreach --recursive git pull
$ cd your/project/root
$ php -S localhost:8000