Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rihanarfan/srv-dashboard-concept

A concept dashboard for @SRVControl
https://github.com/rihanarfan/srv-dashboard-concept

Last synced: about 1 month ago
JSON representation

A concept dashboard for @SRVControl

Awesome Lists containing this project

README

        

# SRVControl Concept Dashboard

This is a concept dashboard for [SRVControl](https://srvcontrol.net/), which is a Discord bot for managing servers on [Pterodactyl](https://pterodactyl.io/).

## Stack

- Nuxt 3
- TailwindCSS

## Design

You can view mockups for the dashboard on the [wiki](https://github.com/RihanArfan/srv-dashboard-concept/wiki/Design). The mockups can be edited using [Excalidraw](https://excalidraw.com/).

## Developing

Make sure to install the dependencies:

```bash
pnpm install
```

### Development Server

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

```bash
pnpm run dev
```

### Production

Build the application for production:

```bash
pnpm run build
```

Locally preview production build:

```bash
pnpm run preview
```