Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rihanarfan/srv-website-concept
https://github.com/rihanarfan/srv-website-concept
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/rihanarfan/srv-website-concept
- Owner: RihanArfan
- Created: 2023-02-25T18:52:28.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T22:18:47.000Z (9 months ago)
- Last Synced: 2024-04-03T23:26:48.087Z (9 months ago)
- Language: HTML
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
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
```