Quick start
- Make sure that you have Node.js v8.15.1 and npm v5 or above installed.
- Run
npm run setup
in order to install dependencies and clean the git repo.
_At this point you can runnpm start
License
This project is licensed under the MIT license, Copyright (c) 2020 Maximilian
Stoiber. For more information see LICENSE.md
.
环境变量
目前支持的变量有 PROXY, HOST, PORT
修改.env
文件的PROXY
值为你要代理的服务器地址,要带上协议
本地使用可以新建.env.local
文件,配置覆盖.env