Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rihanarfan/srv-dashboard-concept
- Owner: RihanArfan
- Created: 2023-02-13T21:40:45.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-04T19:26:58.000Z (9 months ago)
- Last Synced: 2024-04-04T20:36:19.044Z (9 months ago)
- Language: Vue
- Homepage: https://srv-dashboard-concept.pages.dev
- Size: 627 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```