Back to Frp

frpc-dashboard

web/frpc/README.md

0.68.1261 B
Original Source

frpc-dashboard

Project Setup

sh
yarn install

Compile and Hot-Reload for Development

sh
make dev

Type-Check, Compile and Minify for Production

sh
make build

Lint with ESLint

sh
make lint