Video Dashboard Frontend is a web application built with React and Vite, providing an easy way to get your edited videos reviewed and uploaded to YouTube.
git clone <repository-url>
cd video-dashboard-frontend
npm i
npm run dev
This will start the development server and open the application in your default web browser.
Navigate to http://localhost:3000 in your web browser to access the Video Dashboard frontend.
To build the application for production, run:
npm run build
This will generate a production-ready build of your application in the dist
directory.
Contributions are welcome! If you have any suggestions, feature requests, or bug reports, please open an issue or submit a pull request.
This project is licensed under the MIT License.