Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 days 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-18T13:42:17.000Z (about 1 year ago)
- Last Synced: 2024-05-02T04:10:33.191Z (7 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