Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.27 KB

HACKING.md

File metadata and controls

23 lines (18 loc) · 1.27 KB

#Want to help on DuckieTV ? ###Feel free to send pull requests!

DuckieTV is built with Angular.js and Bootstrap.css On top of that, the following libraries (and their dependencies) are used (these are placed in the js/vendor folder):

If you want to get a quick overview of how events work within DuckieTV check out events.md: https://github.com/SchizoDuckie/DuckieTV/blob/angular/EVENTS.md

Building DuckieTV-Standalone

If you want to run and hack on DuckieTV standalone yourself, the process is really simple:

  • Clone the repo
  • DuckieTV Standalone builds are currently built with web2executable
  • Download nw.js for your platform
  • Extract all files to the DuckieTV repository
  • run nw.exe or ./nw
  • Now you can just work in the directory and pull repo updates with git if you want to run the latest version always