Releases: Abba710/OneClickCopyFlow
Releases · Abba710/OneClickCopyFlow
OCCF ver 1.0
-
Clone the repository:
git clone https://github.com/yourusername/OneClickCopyFlow.git cd OneClickCopyFlow -
Load in Chrome:
- Open Chrome and navigate to
chrome://extensions/ - Enable "Developer Mode"
- Click "Load unpacked" and select the extension directory
- Open Chrome and navigate to
Server Setup
-
Install dependencies:
npm install
-
Configure environment:
Create.envfile in the server directory:OPENAI_API_KEY=your_key_here -
Install Redis:
- Download from Redis website
- Follow installation instructions for your OS
Running the Application
-
Start Redis:
cd "redis path" .\redis-server
-
Launch the server:
node server.js
Server will be available at
http://localhost:3000