In order to run the project you need a local server. You can use MAMP:
Or run Python's built-in http server. In terminal, browse to the repo and run:
# Python 2.x
python -m SimpleHTTPServer
# Python 3.x
python -m http.server
And once you commit your changes, and want to see them in Google Cardboard: