https://github.com/doctorpok42/video-player
This is a video player that allows you to play videos from your machine.
https://github.com/doctorpok42/video-player
nextjs react video video-player
Last synced: 3 months ago
JSON representation
This is a video player that allows you to play videos from your machine.
- Host: GitHub
- URL: https://github.com/doctorpok42/video-player
- Owner: DoctorPok42
- License: mit
- Created: 2023-07-29T17:44:06.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-18T13:42:17.000Z (over 1 year ago)
- Last Synced: 2025-01-10T09:20:25.683Z (4 months ago)
- Topics: nextjs, react, video, video-player
- Language: TypeScript
- Homepage:
- Size: 224 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Video-Player
This is a video player that allows you to play videos from your machine.
## Getting Started
### Prerequisites
You will need to have node installed on your machine in order to run this project.
### Installing
Clone the project on your machine and run the following command in the root folder of the project:
```
npm install
```## Running the project
To run the project, run the following command in the root folder of the project:
```
npm run dev
```## Built With
- [Next.js](https://nextjs.org/) - The React framework used