frp/web/frps/README.md

26 lines
262 B
Markdown
Raw Normal View History

# frps-dashboard
## Project Setup
```sh
2023-02-20 23:47:20 +08:00
yarn install
```
### Compile and Hot-Reload for Development
```sh
2023-02-20 23:47:20 +08:00
make dev
```
### Type-Check, Compile and Minify for Production
```sh
2023-02-20 23:47:20 +08:00
make build
```
### Lint with [ESLint](https://eslint.org/)
```sh
2023-02-20 23:47:20 +08:00
make lint
```