chore: update README with message about how this only works in Chrome 😫

This commit is contained in:
Joshua Seigler 2016-10-25 23:10:10 -04:00
parent faafc32d03
commit 8503c0a485

View file

@ -18,3 +18,5 @@ After you have edited index.html to your liking, you can run `npm run build` to
## Gotchas: ## Gotchas:
Firefox and Chrome handle `file:///` urls differently. In Firefox, local files are allowed to interact with LocalStorage, but on Chrome they are not. To circumvent this issue in Chrome, you have to serve the file on `localhost` with `npm run start` or some other local server. Firefox and Chrome handle `file:///` urls differently. In Firefox, local files are allowed to interact with LocalStorage, but on Chrome they are not. To circumvent this issue in Chrome, you have to serve the file on `localhost` with `npm run start` or some other local server.
Currently the live editor completely blows up in Firefox. I think it's related to a flexbox bug?