The 3Speak decentralized desktop app.
For normal users you will want to go to Releases where you can find the latest release for your operating system.
First, you should clone this repo to your computer via git like this:
git clone https://github.com/3speaknetwork/3Speak-appThen, install npm dependancies:
cd 3Speak-app
npm install --legacy-peer-deps --python=python2.7After installing dependancies, you can run the following command to start app in dev mode:
npm run devIf you want to build a production binary:
npm run packageIf you want to run in production mode:
npm run prodGPLv3