mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 05:51:56 +08:00
16 lines
332 B
Markdown
16 lines
332 B
Markdown
Welcome to join us. Please read the following instructions to setup your local development environment.
|
|
|
|
First, install `pnpm` according to [the official document](https://pnpm.io/installation).
|
|
|
|
then, install some necessary depdencies:
|
|
|
|
```shell
|
|
pnpm install
|
|
```
|
|
|
|
you can run it once you have finished it.
|
|
|
|
```shell
|
|
pnpm start
|
|
```
|