Update README.md

This commit is contained in:
Joshua Seigler 2019-11-11 01:33:29 -05:00 committed by GitHub
parent 3df3b33a86
commit f39aa40bf8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
#JANUS
# JANUS
This is a browser-based presentation framework with two connected views: one for the presenter, and one for the audience.
@ -19,4 +19,4 @@ After you have edited index.html to your liking, you can run `npm run build` to
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?
Currently the live editor completely blows up in Firefox. I think it's related to a flexbox bug?