Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 618 Bytes

File metadata and controls

22 lines (19 loc) · 618 Bytes

HackingEDU

Website for the HackingEDU, the world's largest education hackathon

Getting Started

  1. PHP 5.3.2+ is required
  2. Get Composer
  • Linux/Unix/OS X
curl -sS https://getcomposer.org/installer | php
mv composer.phar /usr/local/bin/composer
  1. Install Composer packages found in composer.json
composer install
  1. Run the project!
php -t hackingedu-website -S 127.0.0.1:3000