Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1013 Bytes

File metadata and controls

27 lines (17 loc) · 1013 Bytes

stickBot Dashboard

Description

This is the in-development Web Dashboard for the stickBot Discord Bot. It is currently considered to be in early alpha, so everything is subject to change. There will likely be a lot of placeholder assets, poor performance, and poorly--or completely unimplemented--features until such a time comes that we transition to a beta state.

Details

This Dashboard is based on the Materio Admin Template by ThemeSelection. It uses the Vuetify Component Framework on top of Vue.js 3. The Dashboard communicates with stickBot using @sapphire/plugin-api.

Development Setup

npm install --save-dev

Compile and Hot-Reload for Development

npm run dev

Type-Check, Compile and Minify for Production

npm run build