Skip to content
Open
Changes from all 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
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@


# Techfinite MVP - Technology Solutions Website

## 🚀 Quick Start (2 Hour MVP)
Expand Down Expand Up @@ -26,9 +28,12 @@ This is a rapid MVP (Minimum Viable Product) for Techfinite's technology solutio

### Method 1: Python Server (Recommended)
```bash
# Using the custom server script
# Using the custom server script (default port: 8000)
python3 server.py

# Specify a custom port if 8000 is busy (e.g., 8080)
python3 server.py 8080
Comment on lines +34 to +35

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🎯 Functional Correctness | 🟡 Minor | ⚡ Quick win

Document the access URL for the custom port.

After running python3 server.py 8080, the server listens on port 8080, but Lines 58-59 still specify port 8000. Add the custom-port URL or state that readers must replace 8000 with the selected port.

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@README.md` around lines 34 - 35, Update the README instructions surrounding
the custom `python3 server.py 8080` command and the access URL so they
explicitly use port 8080 or tell readers to replace 8000 with their selected
custom port.


# Or using npm scripts
npm start

Expand Down Expand Up @@ -184,4 +189,4 @@ The contact form is ready for backend integration. To connect to your email serv

**Built by MiniMax Agent** - A comprehensive technology showcase MVP ready for immediate deployment and further development.

🚀 **Ready to launch in under 2 hours!**
🚀 **Ready to launch in under 2 hours!**