Skip to content
This repository has been archived by the owner on May 31, 2022. It is now read-only.

leflux/reshuffle

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

reshuffle

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 started

  1. Get all files

    git clone https://github.com/devmount/reshuffle
  2. Install all dependencies using Yarn

    cd reshuffle
    yarn
  3. Either start the development server with hot reload at localhost:8080 ...

    yarn serve
  4. ... or create a production build with minification

    yarn build