RTByte / rtbyte-dash

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTByte logo

RTByte Dashboard

Description

This is the in-development Web Dashboard for the RTByte 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 RTByte using @sapphire/plugin-api.

A note regarding self-hosting RTByte

While RTByte is, and always will be, open-source, we're not very supportive of the idea of others self-hosting the bot. While you're completely free to host RTByte yourself, you will not receive any support from us in doing so.

Like many other open-source Discord bots, RTByte hasn't been built with the idea of self-hosting in mind. We use many different services to ensure we're able to deliver the best solution available.

You can add RTByte to your server by visiting [rtbyte.xyz/invite].

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

About

License:MIT License


Languages

Language:SCSS 44.5%Language:Vue 25.1%Language:TypeScript 21.9%Language:HTML 5.2%Language:JavaScript 2.9%Language:CSS 0.5%