You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
frp/web/frps
fatedier f3a71bc08f
show tcpmux proxies on the frps dashboard (#4152)
8 months ago
..
public
src
.eslintrc.cjs
.gitignore
.prettierrc.json
Makefile
README.md
auto-imports.d.ts
components.d.ts
env.d.ts
index.html
package.json
tsconfig.json
tsconfig.node.json
vite.config.mts
yarn.lock

README.md

frps-dashboard

Project Setup

yarn install

Compile and Hot-Reload for Development

make dev

Type-Check, Compile and Minify for Production

make build

Lint with ESLint

make lint