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

agtraveso/avocado

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

avocado

Chromecast video player in Electron

Install

First, clone the repo via git:

git clone https://github.com/alvarogtraveso/avocado.git

And then install dependencies.

$ cd avocado && npm install

Rebuild native Node.js modules against the version of Node.js from our Electron.

$ ./node_modules/.bin/electron-rebuild

💡 This project uses native Node.js modules, whenever you install a new npm package, rerun electron-rebuild (https://github.com/electron/electron-rebuild)

Run

Just type:

$ npm run build && npm start

💡 This project uses native Node.js modules. To avoid incompatibilities between node versions use: https://github.com/electron/electron-rebuild (already in devDependecies)

About

Chromecast video player in Electron

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published