An open API service indexing awesome lists of open source software.

https://github.com/skypierio/skypier-vpn-ui

Skypier VPN Web UI
https://github.com/skypierio/skypier-vpn-ui

decentralized-vpn dvpn

Last synced: 3 months ago
JSON representation

Skypier VPN Web UI

Awesome Lists containing this project

README

        

# Skypier VPN UI

This is the web UI of the Skypier VPN, created with React.

# Installation

```
# Install required packages using pnpm
pnpm i
```

# Run a dev server

```bash
pnpm dev

# VITE v5.1.5 ready in 343 ms
#
# ➜ Local: http://localhost:5173/
# ➜ Network: use --host to expose
# ➜ press h + enter to show help
```

# Build for production

```bash
pnpm build

# build artifacts will be stpred into `/dist`
```