2023-08-27 16:13:44 +08:00
|
|
|
# metacubexd
|
2023-08-24 04:20:53 +08:00
|
|
|
|
2023-08-27 16:13:44 +08:00
|
|
|
Clash-Meta Dashboard
|
2023-08-24 04:20:53 +08:00
|
|
|
|
2023-08-27 16:13:44 +08:00
|
|
|
![Alt text](docs/image.png)
|
2023-08-24 04:20:53 +08:00
|
|
|
|
2023-08-27 16:13:44 +08:00
|
|
|
## Usage
|
2023-08-24 04:20:53 +08:00
|
|
|
|
2023-08-27 16:13:44 +08:00
|
|
|
Install npm dependencies
|
2023-08-24 04:20:53 +08:00
|
|
|
|
2023-08-27 16:13:44 +08:00
|
|
|
```shell
|
|
|
|
pnpm install
|
|
|
|
```
|
2023-08-24 04:20:53 +08:00
|
|
|
|
2023-08-27 16:13:44 +08:00
|
|
|
Build artifacts
|
2023-08-24 04:20:53 +08:00
|
|
|
|
2023-08-27 16:13:44 +08:00
|
|
|
```shell
|
|
|
|
pnpm build
|
|
|
|
```
|
2023-08-24 04:20:53 +08:00
|
|
|
|
2023-08-27 16:13:44 +08:00
|
|
|
Serve static files
|
2023-08-24 04:20:53 +08:00
|
|
|
|
2023-08-27 16:13:44 +08:00
|
|
|
```shell
|
|
|
|
pnpm preview
|
|
|
|
```
|