NetMirror

This site does not run on php -S. It needs the Node.js server (TMDB API proxy + movie/TV pages).

In Terminal, from this project folder:

cp .env.example .env
# Edit .env and set TMDB_API_KEY (free at themoviedb.org)

npm install
npm run dev

Then open http://localhost:3000 (not port 8000).

Try localhost:3000