YoloChat
一个基于桌面聊天应用程序
安装
视窗
下载或
打开或解压缩文件
完毕!
对于开发人员
在本地克隆源:
$ git clone https://github.com/atharv6f/YoloChat.git
$ cd YoloChat
如果您使用的是Debian或Ubuntu,则还需要安装nodejs-legacy :
使用软件包管理器安装npm 。
$ sudo apt-get install npm nodejs-legacy
安装项目依赖项:
$ npm install
生成安装程序
为Windows构建应用
$ npm run build
$ npm run make:win
为OSX构建应用
$ npm run build
$ npm run make:macos
构建适用于Linux的应用
$ npm run build
$ npm run
1