Another item manager for Destiny built with Vue.js
This app utilizes newer features and is not supported on older browsers.
You'll need to create a Bungie application here.
BNET_APP_NAME='...'
BNET_API_KEY='...'
BNET_CLIENT_ID='...'
BNET_CLIENT_SECRET='...'
BNET_REDIRECT_URL='...'
# 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