Skip to content

Releases: Abba710/OneClickCopyFlow

OCCF ver 1.0

12 Dec 08:20

Choose a tag to compare

  1. Clone the repository:

    git clone https://github.com/yourusername/OneClickCopyFlow.git
    cd OneClickCopyFlow
  2. Load in Chrome:

    • Open Chrome and navigate to chrome://extensions/
    • Enable "Developer Mode"
    • Click "Load unpacked" and select the extension directory

Server Setup

  1. Install dependencies:

    npm install
  2. Configure environment:
    Create .env file in the server directory:

    OPENAI_API_KEY=your_key_here
    
  3. Install Redis:

    • Download from Redis website
    • Follow installation instructions for your OS

Running the Application

  1. Start Redis:

    cd "redis path"
    .\redis-server
  2. Launch the server:

    node server.js

    Server will be available at http://localhost:3000