Builds Materialize distribution packages
Materialize, a CSS Framework based on material design.
-- Browse the docs --
- Download the latest release of materialize directly from GitHub. (Beta)
- Clone the repo: git clone https://github.com/Dogfalo/materialize.git (Beta: git clone -b v1-dev https://github.com/Dogfalo/materialize.git)
- Include the files via cdnjs. More here. (Beta)
- Install with npm: npm install materialize-css (Beta: npm install materialize-css@next)
- Install with Bower: bower install materialize (DEPRECATED)
- Install with Atmosphere: meteor add materialize:materialize (Beta: meteor add materialize:materialize@=1.0.0-beta)
``bash`
git clone https://github.com/Dogfalo/materialize
cd materialize
npm install
Then run grunt monitor to compile the documentation. When it finishes, open a new browser window and navigate to localhost:8000`. We use BrowserSync to display the documentation.
- Chrome 35+
- Firefox 31+
- Safari 9+
- Opera
- Edge
- IE 11+