Skip to content
Open
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
56 changes: 56 additions & 0 deletions CONTRIBUTING_QUICKSTART.md

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This needs to be explained too step by step , not just some shortcut

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I agree that additional step-by-step instructions would make the quickstart guide more helpful for new contributors, especially during the initial setup process.

Original file line number Diff line number Diff line change
@@ -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+)

&#x20; - Download: https://git-scm.com/downloads/win

&#x20; - Verify: `git --version`



\- \*\*Docker Desktop\*\* (4.20+)

&#x20; - Download: https://www.docker.com/products/docker-desktop/

&#x20; - Verify: `docker --version`



\- \*\*PowerShell 7+\*\* (for Windows users)

&#x20; - Download: https://aka.ms/powershell-release?tag=stable

&#x20; - 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