Follow up on your favorite projects & services
git clone https://github.com/PatchNotes/PatchNotes.org.git
vagrant up
To run PatchNotes, you'll need a PHP 5.5 setup and the gulp and bower npm modules installed.
git clone https://github.com/PatchNotes/PatchNotes.org.git
curl -sS https://getcomposer.org/installer | php
php composer.phar install
npm install
- Setup your database and add your configuration details to app/config/database.php
php artisan migrate
php artisan serve