Extracting Packages

If you are deploying from source code:

  1. Clone the Repository: Open your terminal and run these commands one by one:
Bash
git clone https://github.com/kafein-product-space/KAI-Flow.git
cd KAI-Flow

If you have received a release archive (.zip or .tar.gz):

Unzip the Archive:

  • Windows: Right-click -> Extract All.
  • Linux/macOS:

Bash
unzip kai-flow-release.zip
# or
tar -xvzf kai-flow-release.tar.gz
2. Navigate to Directory: Open your terminal and go into the project folder:

Bash
cd KAI-Flow