Skip to content

baherramzy/DestinyStatus

 
 

Repository files navigation

DestinyStatus

Join the chat at https://gitter.im/TrackerNetwork/DestinyStatus Build Status

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

Download/Update your manifest

  1. Visit the Destiny API Registration Portal to sign up for an API key
  2. Add your key to app/config/destiny.php
  3. php artisan destiny:manifest -d

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 build
    • Production: grunt build --production

About

Destiny Status code base

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 88.1%
  • CSS 8.4%
  • JavaScript 2.2%
  • ApacheConf 1.2%
  • Shell 0.1%