mirror of
https://git.mirrors.martin98.com/https://github.com/sub-store-org/Sub-Store.git
synced 2025-06-20 22:29:10 +08:00
UPDATE README
This commit is contained in:
parent
77ee48366e
commit
d5d77ea1e6
17
README.md
17
README.md
@ -45,6 +45,23 @@ Core functionalities:
|
|||||||
- [x] **Regex delete operator**: delete by regex in proxy names.
|
- [x] **Regex delete operator**: delete by regex in proxy names.
|
||||||
- [x] **Script operator**: modify proxy by script.
|
- [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
|
## LICENSE
|
||||||
This project is under the GPL V3 LICENSE.
|
This project is under the GPL V3 LICENSE.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user