Skip to content

Latest commit

 

History

History
44 lines (35 loc) · 1.42 KB

readme.md

File metadata and controls

44 lines (35 loc) · 1.42 KB

Getting Started

make build

the binary file will be generated in the bin directory. linux, windows and android are supported.

Project Tree

├── bin
├── fileshare
├── fileshare_go
├── fileshare_web
├── makefile
└── readme.md
  • bin: the binary file directory. apk(android) and deb(linux) are supported.
  • fileshare: the flutter source code of the file share server.
  • fileshare_go: the go source code of the file share server.
  • fileshare_web: the web source code of the file share server.
  • makefile: the makefile of the project.
  • readme.md: the readme file of the project.

Dependencies

Preview

  • Run in Linux and Android


  • Open in browser