Chore: add a simple contribution guide (#85)

This commit is contained in:
Rick 2021-11-27 22:21:34 +08:00 committed by GitHub
parent bdd3756821
commit a444adae43
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 17 additions and 0 deletions

15
CONTRIBUTION.md Normal file
View 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
```

View File

@ -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