This application connects to the Livepeer Toynet, and showcases the basic functionalities of the Livepeer network.
git clone git@github.com:livepeer/LivepeerDesktop.git
cd LivepeerDesktop
npm install
npm start
command | task performed |
---|---|
npm start |
run the built application (/dist ) |
npm run dev |
start dev (webpack will hot-reload the JavaScript and CSS) |
npm run dist |
generate a new build to /dist 🎉 |
npm run release |
build a new package release for all plateform |
⌛ apps for Mac, Win and linux will be available soon, just a matter of days.
electron-packager is used generate the packages. You can create a release for all plateform via npm run release
or platform specific via npm run [package-mac | package-linux | package-win]
auto-updater will be available soon
On OSX you can release it with
sudo killall VDCAssistant AppleCameraAssistant
React | Mobx | Webpack | Electron | PostCSS | VideoJS | and a lot of love 😍
The best way to contribute is by looking at the issues in this repo.
For details and process of contributing to Livepeer in general, please read CONTRIBUTING.md.
This repository is licensed under the GNU General Public License v3.0, also included in our repository in the COPYING file.