Run the following in your local "webroot" folder using Claude to start an http server on port 8887:
start server
Or run without Claude.:
python -m http.server 8887
Then view pages at:
localhost:8887/
localhost:8887/team
localhost:8887/comparison
localhost:8887/realitystream
localhost:8887/localsite
localhost:8887/home
localhost:8887/feed
Look at the code in your webroot with an editor like Sublime Text ($99), VS Code or WebStorm.