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 [v5.1].
Please read these instructions on how to configure your server to get started.
- Copy the file
.env.example
to.env
- Edit
.env
with any information needed (Bugsnag, environment) - Visit the Destiny API Registration Portal to sign up for an API key
- Add your key to
.env
under theDESTINY_KEY
composer install
php artisan key:generate
- Install gulp:
npm install -g gulp
- Install npm dependencies:
npm install
- Build:
- Local:
gulp
- Production:
gulp --production
- Local: