It use a JSON file as Data Base to get the information of videos and show in the playlist.
Before start, you need to know the following:
- Copy the videos in the ./src/assets/videos/ folder.
- Write the information of videos in the ./src/data/allVideos.json file.
npm install
npm run serve
npm run build
npm run lint