#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):
- CreateReadUpdateDelete.js (Javascript Sqlite ORM) https://github.com/SchizoDuckie/CreateReadUpdateDelete.js/
- Dialogs.js (Modal dialogs for Angular.js) https://github.com/m-e-conroy/angular-dialog-service
- UI-Bootstrap.js (Bootstrap enhancements for angular.js) http://angular-ui.github.io/bootstrap/
- Datepicker.js (Somewhat modified, the basis for the calendar) https://github.com/g00fy-/angular-datepicker
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
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