mirror of https://github.com/fatedier/frp
				
				
				
			| 
				
					
						
							 | 
			||
|---|---|---|
| .. | ||
| 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
			
		
		
			
			
		
	
	frpc-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