2020-08-14 14:59:20 +00:00
|
|
|
# proxylist
|
|
|
|
|
|
2020-08-20 16:04:35 +03:00
|
|
|
### Requirements
|
|
|
|
|
Node version : `v13.13.0`
|
|
|
|
|
Yarn version : `1.22.4`
|
|
|
|
|
|
2020-08-20 16:00:31 +03:00
|
|
|
### Setup
|
|
|
|
|
|
2020-08-20 16:04:35 +03:00
|
|
|
1. Copy `example.env` to the `.env` and set values as desired
|
|
|
|
|
2. Execute `yarn install`
|
2020-08-20 16:00:31 +03:00
|
|
|
|
|
|
|
|
Run server with `yarn start`
|
|
|
|
|
|
|
|
|
|
### Development
|
|
|
|
|
|
|
|
|
|
Server can be started with `yarn run start-live` for live reload
|