Extracting Packages
If you are deploying from source code:
- 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
2. Navigate to Directory: Open your terminal and go into the project folder:
unzip kai-flow-release.zip
# or
tar -xvzf kai-flow-release.tar.gz
Bash
cd KAI-Flow