metacubexd/README.md
2023-08-27 16:13:44 +08:00

26 lines
216 B
Markdown

# metacubexd
Clash-Meta Dashboard
![Alt text](docs/image.png)
## Usage
Install npm dependencies
```shell
pnpm install
```
Build artifacts
```shell
pnpm build
```
Serve static files
```shell
pnpm preview
```