Skip to content

Latest commit

 

History

History
80 lines (58 loc) · 1.66 KB

README.md

File metadata and controls

80 lines (58 loc) · 1.66 KB

Logo

CLIPBOT

All it takes to go viral on TikTok is one good clip. Clipbot automatically posts your Twitch clips to TikTok and Youtube so you'll go viral overnight.
Website

Clipbot Frontend

Clipbot frontend repo. Help make Clipbot better!

Getting Started

Prerequisites


  • npm

    npm install npm@latest -g
  • Download Clipbot


Installation


  1. Clone the repo
    git clone https://github.com/Roxkstar74/ClipbotFrontend.git
  2. Checkout the dev branch
    git checkout dev
    
  3. Install NPM packages
    npm install
  4. Run the app
    To run the backend you need to run the live version of clipbot
    npm start
    This will open an electron app. To open dev tools in electron you can press 'crtl'+'shift'+i.
  5. Join the Discord

Contributing


Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Checkout dev branch (git checkout dev)
  3. Create your Feature Branch (git checkout -b newBranch)
  4. Commit your Changes (git commit -m 'New Changes')
  5. Push to the Branch (git push origin newBranch)
  6. Open a Pull Request

Github standard Form & Pull request workflow