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
- Host: GitHub
- URL: https://github.com/skypierio/skypier-vpn-ui
- Owner: SkyPierIO
- Created: 2024-02-28T22:05:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-06T19:09:36.000Z (3 months ago)
- Last Synced: 2025-03-06T20:23:01.715Z (3 months ago)
- Topics: decentralized-vpn, dvpn
- Language: TypeScript
- Homepage: http://skypier.io
- Size: 329 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
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`
```