This is a concept dashboard for SRVControl, which is a Discord bot for managing servers on Pterodactyl.
- Nuxt 3
- TailwindCSS
You can view mockups for the dashboard on the wiki. The mockups can be edited using Excalidraw.
Make sure to install the dependencies:
pnpm installStart the development server on http://localhost:3000
pnpm run devBuild the application for production:
pnpm run buildLocally preview production build:
pnpm run preview