# stepn **Repository Path**: seriousbruceorz/stepn ## Basic Information - **Project Name**: stepn - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-04-30 - **Last Updated**: 2022-05-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 准备工作 #### 所需工具与软件 - pm2 ```shell npm i pm2 -g ``` - ngrok ```shell brew install ngrok/ngrok/ngrok ``` - node - adb ```shell brew install --cask android-platform-tools ``` #### 开始使用 - 在项目根目录下运行,在返回的结果中复制返回的 `Forwarding` 字段的值。并将其返回的url贴在 `env.js`文件中的request中 > 先去 https://ngrok.com/ 注册一个账号,并在注册成功后根据提示将auth值添加值系统 ```shell ngrok http 80 --log=stdout & ``` - 根目录运行 ```shell npm i pm2 start proxy.js pm2 start buy.js pm2 logs ``` - 在手机端登录stepn成功后,并杀掉app进程 - 使用命令行工具在当前项目根目录运行。保证手机端的USB调试模式时开启状态 ```shell adb install drony.apk ```