SRVControl Concept Website

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

Stack

  • Vite
  • Bootstrap 5

Developing

Make sure to install the dependencies:

pnpm install

Development Server

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

pnpm run dev

Production

Build the application for production:

pnpm run build

Locally preview production build:

pnpm run preview