Issue
The local development setup instructions in the README contain mismatched clone and navigation commands.
Currently, the README says:
git clone https://github.com/Ashmita1206/Odoo_Hackathon_2025.git
cd stackit-qa-platform
This is confusing because cloning the repository will create a folder named Odoo_Hackathon_2025, so the subsequent cd stackit-qa-platform command fails unless the folder is manually renamed.
Expected Behavior:
The repository URL and folder navigation command should match.
Suggested correction:
git clone https://github.com/Ashmita1206/StackIt.git
cd stackit-qa-platform

Issue
The local development setup instructions in the README contain mismatched clone and navigation commands.
Currently, the README says:
git clone https://github.com/Ashmita1206/Odoo_Hackathon_2025.git
cd stackit-qa-platform
This is confusing because cloning the repository will create a folder named Odoo_Hackathon_2025, so the subsequent cd stackit-qa-platform command fails unless the folder is manually renamed.
Expected Behavior:
The repository URL and folder navigation command should match.
Suggested correction:
git clone https://github.com/Ashmita1206/StackIt.git
cd stackit-qa-platform