Skip to content

Latest commit

 

History

History
80 lines (50 loc) · 2.13 KB

README.md

File metadata and controls

80 lines (50 loc) · 2.13 KB

Blueberry

Generic badge Generic badge Generic badge Generic badge Generic badge

Blueberry is a free and open source file transfer application.

  • Transfer large files
  • No internet required
  • File recipients dont need the program

Whats new?

  • Custom port

You can also:

  • Set a password for your files
  • Recieve files directly from the application

Installation

Head to the releases to download the latest installer. Download and run the installer, it installs itself and creates a desktop shortcut.

Tech

Blueberry uses the following frameworks:

  • node.js - evented I/O for the backend
  • Electron - framwork for create desktop apps
  • Express - fast node.js network app framework [@tjholowaychuk]

And of course Blueberry itself is open source with this repository on GitHub.

Development

Want to contribute? Great!

Blueberry is written in javascript and runs in node.

To modify and build blueberry, you need Node.js v10 or higher, and npm or yarn. Yarn is highly recommended.

Clone the github repository into a directory of your choice:

$ git clone https://github.com/P3ntest/blueberry.git

Now you can modify the source code. Here is a documentation about electron: Documentation

How to build and run blueberry

To start blueberry run

$ yarn start

or

$ npm start

To build an installer run

$ yarn dist

and the installer will be found under the dist forlder.

License

MIT