Skip to content

Latest commit

 

History

History
67 lines (42 loc) · 2.09 KB

README.md

File metadata and controls

67 lines (42 loc) · 2.09 KB

CaptionMe - Just add captions

Table Of Contents

About The Project

All you need to do is upload a video of size not bigger than 10 megabytes. After that, sit back and watch your video being 'captionified'! This tool could come handy for social media content creators, youtubers, etc. Link the to backend repo

CaptionMe.demo.mp4

Built With

CaptionMe is built with:

Getting Started

Prerequisites

Git is a distributed version control system used for software development. It allows multiple developers to work on the same codebase simultaneously, keeping track of changes and managing versions. It also enables users to revert changes and collaborate more effectively.

Node.js is a free, open-source, cross-platform JavaScript runtime environment that lets developers create servers, web apps, command line tools and scripts.

Installation

Open up your terminal, and write the following commands to it -

git clone https://github.com/ameya051/caption-me
cd caption-me
npm install

Rename .env.example to .env.local and fill the required fields

npm run dev

Open http://localhost:3000 with your browser to see the result.

Authors