Skip to content
Dennis Heibuelt edited this page May 27, 2015 · 4 revisions

If you haven't set up patternlab-scaffolding for your project initially yet, make sure to follow the instructions for the First time setup before you continue reading this article.


When patternlab-scaffolding was already set up for your project by someone else, or you are cloning the project onto another local machine, you need to get the node and bower dependencies:

$ npm install

$ bower install

Then you are ready to run Pattern Lab and Grunt.

Clone this wiki locally