UPDATE README

This commit is contained in:
Peng-YM
2020-09-06 20:57:21 +08:00
parent 6faa20eb3b
commit 5d101b0e8b

View File

@@ -45,6 +45,23 @@ Core functionalities:
- [x] **Regex delete operator**: delete by regex in proxy names.
- [x] **Script operator**: modify proxy by script.
### Development
Go to `backend` and `web` directories, install node dependencies:
```
npm install
```
1. In `backend`, run the backend server on http://localhost:3000
```
node sub-store.js
```
2. In`web`, start the vue-cli server
```
npm start
```
## LICENSE
This project is under the GPL V3 LICENSE.