2023-08-27 16:13:44 +08:00
|
|
|
# metacubexd
|
2023-08-24 04:20:53 +08:00
|
|
|
|
2023-09-01 16:36:32 +08:00
|
|
|
CF pages: https://metacubexd.pages.dev
|
|
|
|
|
|
|
|
GH pages: https://metacubex.github.io/metacubexd
|
|
|
|
|
2023-08-27 16:13:44 +08:00
|
|
|
Clash-Meta Dashboard
|
2023-08-24 04:20:53 +08:00
|
|
|
|
2023-08-27 16:19:29 +08:00
|
|
|
![preview](docs/preview.webp)
|
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
|
|
|
|
```
|