mirror of
https://github.com/woodchen-ink/clash-and-dashboard.git
synced 2025-07-18 05:51:56 +08:00
Chore: add a simple contribution guide (#85)
This commit is contained in:
parent
bdd3756821
commit
a444adae43
15
CONTRIBUTION.md
Normal file
15
CONTRIBUTION.md
Normal file
@ -0,0 +1,15 @@
|
||||
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
|
||||
```
|
@ -26,6 +26,8 @@ See [Projects](https://github.com/Dreamacro/clash-dashboard/projects)
|
||||
|
||||
### Start develop with ClashX(Dev Mode)
|
||||
|
||||
You can setup your local development environment with [the contribution guide](CONTRIBUTION.md).
|
||||
|
||||
```bash
|
||||
# Enable ClashX with Dev Mode
|
||||
defaults write com.west2online.ClashX kEnableDashboard -bool YES
|
||||
|
Loading…
x
Reference in New Issue
Block a user