开发
注:因使用JetpackCompose,仅支持 AndroidStudio2020.3.1ArcticFox 及以上版本
安装 IntellijIDEA(首选)或 AndroidStudio克隆这个repo gitclonehttps://github.com/DrewCarlson/AnyStream.git在IDE中打开AnyStream文件夹本地运行构建服务器 ./gradlewinstallShadowDist
构建客户端网络 ./gradlewjsBrowserDistribution
启动docker堆栈 docker-composeup-d
以下服务将运行:
anystream(应用程序):https://localhost:8888mongo:localhost:27017mongo-express: https://localhost:8081docker-qbittorrentvpn: https://localhost:9090网页客户端开发与「本地运行」保持一致
运行client-webwebpack开发服务器: ./gradlew-tjsBrowserRun
服务器开发与「本地运行」保持一
停止AnyStream容器: docker-composestopapp
运行服务器: ./gradlew-trun
评论