mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
26 lines
218 B
Markdown
26 lines
218 B
Markdown
# metacubexd
|
|
|
|
Clash-Meta Dashboard
|
|
|
|
![preview](docs/preview.webp)
|
|
|
|
## Usage
|
|
|
|
Install npm dependencies
|
|
|
|
```shell
|
|
pnpm install
|
|
```
|
|
|
|
Build artifacts
|
|
|
|
```shell
|
|
pnpm build
|
|
```
|
|
|
|
Serve static files
|
|
|
|
```shell
|
|
pnpm preview
|
|
```
|