A youtube video player for reddit. arijus.net/orodarius.
npm installto install node & bower packagesnpm startornpm run devto serve at https://localhost:3333npm run prodto minify javascript and css files for production deploymentnpm testto run unit tests with karma
You can deploy to gh-pages using ./deploy.sh.
Notes:
- Karma will run tests on save. To insure that changes are saved be sure to have
npm startornpm run devrunning in the console - You can set the browsers that you would like to target in the
/test/karma.conf.jsfile E.g.browser = ["ChromeCanary", "Firefox"]