Community, please help us build this site! We are accepting all pull-requests that are in the spirit of the site. For all other ideas and concepts, please create an issue, we can figure out something!
This project is based on the Laravel framework [v4.2].
Please read these instructions on how to configure your server to get started.
composer install
php artisan key:generate
- Install bower:
npm install -g bower
- Install gulp:
npm install -g gulp
- Install dependencies:
bower install
npm install
- Build:
- Local:
gulp
- Production:
gulp --production
- Local: