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 months ago
JSON representation

This is a video player that allows you to play videos from your machine.

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