Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 400 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 400 Bytes

material-ui-playroom

seek-oss/playroom with Material-UI components using some demos from the docs

local development

Clone including submodules

  • nvm use
  • yarn
  • yarn start

Bump Material-UI

$ git submodule update --init --recursive
$ cd material-ui
$ git checkout $VERSION
$ cd ..
$ node scripts/updateDemos
# bump package.json versions