Installation Guide

SEO20 is a fully static site — no build step required.

Option A: Python

python3 -m http.server 8080

Option B: npx serve

npx serve .

Requirements

Any HTTP server. Must be served over HTTP, not file:// protocol, for auto-fetch to work.