Web front-end for kubevpn-dashboard.
pnpx @modern-js/create@latest
# Please select the type of project you want to create: Web App
# Please select the programming language: TS
# Please select the package manager: pnpm
Install the dependencies:
pnpm install
Start the dev server:
pnpm dev
Enable optional features or add a new entry:
pnpm new
Build the app for production:
pnpm build
Preview the production build locally:
pnpm serve
For more information, see the Modern.js documentation.