diff --git a/CONTRIBUTING_QUICKSTART.md b/CONTRIBUTING_QUICKSTART.md new file mode 100644 index 0000000..448bd9a --- /dev/null +++ b/CONTRIBUTING_QUICKSTART.md @@ -0,0 +1,56 @@ +\# ⚡ TENET AI Quickstart Guide + + + +\*\*Time to first run:\*\* < 10 minutes + + + +\## 📋 Prerequisites + + + +Before starting, ensure you have these installed: + + + +\- \*\*Git\*\* (2.30+) + + - Download: https://git-scm.com/downloads/win + + - Verify: `git --version` + + + +\- \*\*Docker Desktop\*\* (4.20+) + + - Download: https://www.docker.com/products/docker-desktop/ + + - Verify: `docker --version` + + + +\- \*\*PowerShell 7+\*\* (for Windows users) + + - Download: https://aka.ms/powershell-release?tag=stable + + - Verify: `pwsh --version` + + + +\## 🚀 Step-by-Step Setup + + + +\### Step 1: Clone the Repository + + + +Open PowerShell or Terminal and run: + +```powershell + +git clone https://github.com/TENET-DEV-AI/TENET-AI.git + +cd TENET-AI +