This is a concept landing page for SRVControl, which is a Discord bot for managing servers on Pterodactyl.
- Vite
- Bootstrap 5
Make sure to install the dependencies:
pnpm installStart the development server on http://localhost:5173
pnpm run devBuild the application for production:
pnpm run buildLocally preview production build:
pnpm run preview