You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
520 B

5 months ago
5 months ago
  1. ```
  2. <!-- 運行步驟 -->
  3. 1.git clone --- 拉取代碼
  4. 2.npm install or yarn 安裝依賴
  5. 3.copy .env.md 複製到 .env
  6. 4.npm run start or yarn start 運行項目
  7. <!-- 打包 -->
  8. yarn build or npm run build
  9. <!-- 打包并部署到測試環境 -->
  10. yarn deploy:dev or npm run build
  11. <!-- 打包并部署到生產環境 -->
  12. yarn deploy:prod or npm run deploy:prod
  13. 本地域名:http://192.168.124.20:3002
  14. 测试域名:https://test-sofil.hippoim.us
  15. 生产域名:https://app.sofil.io
  16. ```