Hacker News new | ask | show | jobs
by yothisisalex 3156 days ago
ya there are CORS issues if you just open the html file, you have to have a server to serve them instead. Try something like `python -m SimpleHTTPServer 8000` and then visit `http://localhost:8000/` and you'll be able to see content in the panels and interact w/ the bots.
1 comments

That did the trick, thanks.