This project is a website designed to supplement the Youtube-Comments-Extension.
The following is if you would like to run this program locally on your machine; otherwise, check out our official website on ReplyTube.
If you haven't already, install Node.js onto your machine.
Clone this repo via HTTPS:
git clone https://github.com/Mini99/ReplyTube.git
Once you've cloned the project, open it inside of your text editor and make sure the current directory is ReplyTube.
Install dependencies:
npm install
Start local server:
npm start
To access it, enter localhost:3003 into your browser.
Note: You will not be able to submit forms since requests are being pushed to a private database.