Website for the HackingEDU, the world's largest education hackathon
- PHP 5.3.2+ is required
- Get Composer
- Linux/Unix/OS X
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
- Windows Composer-Setup.exe
- Install Composer packages found in composer.json
composer install
- Run the project!
php -t hackingedu-website -S 127.0.0.1:3000