README.md 569 Bytes
Newer Older
Julien Benchetrit's avatar
Julien Benchetrit committed
1 2 3
## Quick start

1.  Make sure that you have Node.js v8.15.1 and npm v5 or above installed.
dengxiaofeng's avatar
dengxiaofeng committed
4 5
2.  Run `npm run setup` in order to install dependencies and clean the git repo.<br />
    _At this point you can run `npm start`
Julien Benchetrit's avatar
Julien Benchetrit committed
6 7 8

## License

dengxiaofeng's avatar
dengxiaofeng committed
9
This project is licensed under the MIT license, Copyright (c) 2020 Maximilian
Julien Benchetrit's avatar
Julien Benchetrit committed
10
Stoiber. For more information see `LICENSE.md`.
张烨's avatar
张烨 committed
11 12 13 14 15 16

## 环境变量
目前支持的变量有 `PROXY, HOST, PORT`

修改`.env`文件的`PROXY`值为你要代理的服务器地址,要带上协议
本地使用可以新建`.env.local`文件,配置覆盖`.env`