Video Library for DotA 2 Games and documentaries
The project is deployed on Vercel on the below url
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
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
At first, we need to install the packages used in project
yarn install
After it is completed run
yarn start
At first, we need to install the packages used in project
npm install
After it is completed run
npm start
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