Skip to content

RihanArfan/srv-dashboard-concept

Repository files navigation

SRVControl Concept Dashboard

This is a concept dashboard for SRVControl, which is a Discord bot for managing servers on Pterodactyl.

Stack

  • Nuxt 3
  • TailwindCSS

Design

You can view mockups for the dashboard on the wiki. The mockups can be edited using Excalidraw.

Developing

Make sure to install the dependencies:

pnpm install

Development Server

Start the development server on http://localhost:3000

pnpm run dev

Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview