A youtube video player for reddit. arijus.net/orodarius.
npm install
to install node & bower packagesnpm start
ornpm run dev
to serve at https://localhost:3333npm run prod
to minify javascript and css files for production deploymentnpm test
to 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 start
ornpm run dev
running in the console - You can set the browsers that you would like to target in the
/test/karma.conf.js
file E.g.browser = ["ChromeCanary", "Firefox"]