https://github.com/rihanarfan/srv-website-concept
https://github.com/rihanarfan/srv-website-concept
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rihanarfan/srv-website-concept
- Owner: RihanArfan
- Created: 2023-02-25T18:52:28.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-09-26T21:06:31.000Z (about 1 year ago)
- Last Synced: 2025-01-19T22:14:07.087Z (9 months ago)
- Language: HTML
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SRVControl Concept Website
This is a concept landing page for [SRVControl](https://srvcontrol.net/), which is a Discord bot for managing servers on [Pterodactyl](https://pterodactyl.io/).
## Stack
- Vite
- Bootstrap 5## Developing
Make sure to install the dependencies:
```bash
pnpm install
```### Development Server
Start the development server on http://localhost:5173
```bash
pnpm run dev
```### Production
Build the application for production:
```bash
pnpm run build
```Locally preview production build:
```bash
pnpm run preview
```