- "cd" in the cloned repository folder, and "npm install"
- "npm run watch" will launch the watch task that takes care of compiling. From the original gulpfile.js, browser-sync has been commented out, but use what ever sync/reload process you like
- "npm run build" or "npm run production" will build, minified, with no sourcemaps... See [FoundationPress github](https://github.com/olefredrik/FoundationPress) for more details on tasks and folders structure