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: 7 months ago
JSON representation

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
```