plyr_showplayer
v1.1.0
Published
Repository for Master Thesis and Thematic Project
Downloads
1
Readme
DP
Repository for Master Thesis
This project is a webpage that demonstrates capabilities of chosen javascript player
Instalation
This project uses Plyr and Bootstrap. For instalation process you can just use
git clone https://github.com/LaserPork/DP
To install all dependecies required for the building process you can use npm.
npm install
After you downloaded all dependecies into node_modules, you can build the projects sass and javascript files by using gulp build file
gulp build
All built files are placed in ./dist
folder
Structure
Player implementation is located in a file ./src/js/player.js
and sass modifications in ./src/sass/custom.scss
You can check out the demo on GitHub Pages or on my School Homepage.