Added two things in the README for gatsby-theme-material-ui:
1) Added a "testing your installation' section with a small mui example so people can quickly verify everything is working as expected
2) I ran into the problem where the changes i made in src/gatsby-theme-material-ui-top-layout/theme.js were not showing up. I figured out I needed to run gatsby clean after shadowing changes. Added the tip in the readme.
Added two things in the README for gatsby-theme-material-ui:
1) Added a "testing your installation' section with a small mui example so people can quickly verify everything is working as expected 2) I ran into the problem where the changes i made in
src/gatsby-theme-material-ui-top-layout/theme.js
were not showing up. I figured out I needed to run gatsby clean after shadowing changes. Added the tip in the readme.Feel free to merge or discard this pull request.