---
title: Installation
description: There are many ways to install Foundation, but if you're just getting started, we have a few suggestions.
+video: sKYsLkJ0yvQ
---
## Installation
-<div class="subpage-intro-video responsive-embed widescreen">
- <iframe width="690" height="385" src="https://www.youtube.com/embed/sKYsLkJ0yvQ" frameborder="0" allowfullscreen></iframe>
-</div>
+{{#if video}}<div id="subpage-intro-video" class="subpage-intro-video">
+ <div class="docs-video-inner">
+ <span class="close-button" data-close-video>×</span>
+ <div class="responsive-embed widescreen">
+ <div id="main-video" data-video="{{video}}"></div>
+ </div>
+ </div>
+</div>{{/if}}
---
gulp.watch('scss/**/*', ['sass', browser.reload]);
gulp.watch(['docs/assets/scss/**/*', 'node_modules/foundation-docs/scss/**/*'], ['sass:docs', browser.reload]);
gulp.watch('js/**/*', ['javascript:foundation', browser.reload]);
- gulp.watch('docs/assets/js/**/*', ['javascript:docs', browser.reload]);
+ gulp.watch(['docs/assets/js/**/*', 'node_modules/foundation-docs/js/**/*'], ['javascript:docs', browser.reload]);
});
// Runs all of the above tasks and then waits for files to change