Un espacio multimedia basado en peerflix, Webchimera.js, React y empaquetado con electron.
http://i.giphy.com/26FPIiWbFzMWMP90Q.gif
if you want compile webchimera, more info Here
$ git clone https://github.com/ghondar/PelisTime.git
$ cd PelisTime
$ npm install
if you are on linux:
$ sudo apt-get install vlc
run webpack dev server:
$ npm run start-dev-server
and, in another terminal, run electron:
$ npm run start-dev
$ npm run all:linux
$ npm run all:osx
$ npm run all:win
build bundle.js:
$ npm run build
package project:
$ npm run pack
create installer on windows:
$ npm run installer:win
create installer on osx:
$ npm run installer:osx
./tmp/...