If you want to test your website locally, you need to set up a local server, e.g. using `python -m SimpleHTTPServer`. If you're using Chrome, run `chromium --disable-web-security` (replace `chromium` with the actual name of your executable). This action disables the Same origin policy, so be careful to only use this for development purposes, and not for general browsing.