Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 866 Bytes

readme.md

File metadata and controls

30 lines (21 loc) · 866 Bytes

DestinyStatus

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.

Project dependecies:

Install the framework

  1. composer install
  2. php artisan key:generate

Compile CSS/JS

  1. Install bower: npm install -g bower
  2. Install grunt: npm install -g grunt-cli
  3. Install dependencies:
    • bower install
    • npm install
  4. Build:
    • Local: grunt
    • Production: grunt --production