From d5d77ea1e64f508c7842c585a2f24acd631d9f1b Mon Sep 17 00:00:00 2001 From: Peng-YM <1048217874pengym@gmail.com> Date: Sun, 6 Sep 2020 20:57:21 +0800 Subject: [PATCH] UPDATE README --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index 5929c6a..a5bdd5a 100644 --- a/README.md +++ b/README.md @@ -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.