Skip to content

ttahm3d/aegistube

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Video Library for DotA 2 Games and documentaries


Deployed site

The project is deployed on Vercel on the below url

https://aegistube.vercel.app


Features

User can

  • Watch videos
  • Filter videos based on category
  • Like Videos
  • Add Videos to Playlist(s)
  • Login with Guest Credentials
  • User's watch history is maintained - which can be deleted
  • Add videos to Watch Later

Running locally

If you are using yarn as your package manager run the yarn commands else use npm commands

Clone the git repository

git clone https://github.com/ttahm3d/aegistube.git

Open the folder in your favorite editor or use the below command from your current location if you are using terminal to enter into that folder

cd aegistube

yarn commands

At first, we need to install the packages used in project

yarn install

After it is completed run

yarn start

npm commands

At first, we need to install the packages used in project

npm install

After it is completed run

npm start

Contributing to the Project

To contribute to this project, please raise an Issue in the format as described below

Issue Name: "Bug-[previous-bug-number-plus-one]"

Description: "Add the steps to reproduce the issue in local and optionally add screenshots.

While raising the PR, give the name of PR as

AT-[Issue-Number]-[short-description-of-issue]

eg: If the issue is about Category renaming and issue number is 17, name it as

AT-17-Category-Renaming

About

Video library with Dota 2 Videos

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published