A web app providing a new video browsing experience for video libraries. This web app is based on Vue.js and is currently in development.
-
Get all files
git clone https://github.com/devmount/reshuffle
-
Install all dependencies using Yarn
cd reshuffle yarn
-
Either start the development server with hot reload at
localhost:8080
...yarn serve
-
... or create a production build with minification
yarn build