Skip to content

psychokinesis-dev/free-share

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

free-share

通过一条链接与他人分享本地的文件,基于 js-psychokinesis 构建。

特性

  • 快速分享,无需将文件上传至服务器即可与他人分享。
  • 扫码获取文件,方便在移动终端间使用。
  • 基于开放的去中心化网络,不受第三方控制且极易扩展。
  • 支持文件夹分享。

下载

二进制包的下载链接请查看 Release 页面

构建

安装依赖

$ apt-get install nodejs npm
$ npm install
$ npm install -g bower
$ bower install

启动

$ npm start

打包

$ npm run-script pack

温馨提示:非 Windows 平台下打包请提前安装 wine ,具体说明参看这里

完成后各平台对应的可执行程序位于上层目录的 free-share-dist 下。