18 lines
449 B
Markdown
18 lines
449 B
Markdown
# proxylist
|
|
|
|
### Requirements
|
|
Node version : `v13.13.0`
|
|
Yarn version : `1.22.4`
|
|
|
|
### Deployment Setup
|
|
|
|
1. Copy `example.env` to the `.env` and set values as desired
|
|
2. Execute `yarn install`
|
|
3. Run server as a daemon with forever : `yarn run start-forever`
|
|
3.1. To stop server daemon, run `yarn run stop-forever`
|
|
|
|
Log file is stored in `logs/forever.log`
|
|
|
|
### Development
|
|
|
|
Server can be started with `yarn run start-live` for live reload |