Web
On a new machine:
sudo apt install npm && npm install astro && npm audit fixServing the content locally:
npm run devHTTP Python Server
Section titled “HTTP Python Server”python -m http.server 8000or
uv run python -m http.serverThe content will be served to http://localhost:8000/