Skip to content

rjschill87/DestinyStatus

 
 

Repository files navigation

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

About

Destiny Status code base

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 85.6%
  • CSS 10.3%
  • JavaScript 2.7%
  • ApacheConf 1.4%