Monoset

Component ID

2423269

Component name

Monoset

Component type

theme

Maintenance status

Development status

Component security advisory coverage

not-covered

Component created

Component changed

Component body

Drupal 8 theme

DEMO: http://dev-zetagraph.pantheonsite.io

monoset theme

The theme uses mobile-first, responsive approach and encourages component-based theming through the creation of well-structured sass partials and reusable UI elements.

What is included in this theme

Requirements & Instalation

  • In order to get going you will need Node.js and Gulp set up on your system.
  • If you have “homebrew”: $ brew install node
  • Install Gulp globaly $ npm install -g gulp
  • CD into the theme directory and run $ npm install to fetch all the node dependencies.
  • For BrowserSync update proxy server (line 73 in gulpfile.js) to match your local set up.
  • Next in the theme directory run “gulp” to start gulp watching, compiling and Browser Syncing.