An assistant for documenting hackathons
If you are running the site for the first time, make sure to run either of the following commands first in the terminal:
$ composer update
if you have Composer installed globally (typically via the package manager of your OS), or:
$ php composer.phar install
if you have downloaded the Composer executable locally.
For more information about Composer, visit https://getcomposer.org/doc/