/Deliverator

Item Manager for Destiny the game built with Vue.js

Primary LanguageVue

Deliverator logo

Deliverator

Another item manager for Destiny built with Vue.js
This app utilizes newer features and is not supported on older browsers.

Development Setup

You'll need to create a Bungie application here.

.env Example

BNET_APP_NAME='...'
BNET_API_KEY='...'
BNET_CLIENT_ID='...'
BNET_CLIENT_SECRET='...'
BNET_REDIRECT_URL='...'

Main Scripts

# Install dependencies
npm install

# Serve with hot reload
# Change host/port in config/webpack.dev.js
npm run dev

# Build for production
npm run build