Skip to content
This repository has been archived by the owner on Aug 7, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (14 loc) · 460 Bytes

README.md

File metadata and controls

35 lines (14 loc) · 460 Bytes

DEPRECATED

This project is deprecated, work continues in this repository: BitDust p2p-app

BitDust Desktop

A repo for generic BitDust launcher on different desktop platforms

Install dependencies

npm install

Start in "developer mode"

npm start dev

Build for Windows platforms

make build_exe

Build for MacOSx

make build_dmg

Build for Linux Debian

make build_deb