feat: backport lots of improvements from another project

This commit is contained in:
Joshua Seigler 2016-10-23 03:07:58 -04:00
parent 683e645028
commit 056ce5f777
6 changed files with 570 additions and 133 deletions

View file

@ -15,4 +15,4 @@ After you have edited index.html to your liking, you can run `npm run build` to
## 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, 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.