Skip to content

SkyPierIO/skypier-vpn-ui

Repository files navigation

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

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

pnpm build

# build artifacts will be stpred into `/dist`