<div class=“uk-section uk-section-muted”>

<div class="uk-container">
  <div uk-grid>
    <div class="uk-width-1-2@m">
      <img src="{{"/assets/img/installation.svg" | relative_url}}" alt="installation" class="uk-border-rounded" width="150" height="150" uk-svg>
      <h3 class="uk-margin-small-top">Installation</h3>
      <p>Install Github-Uikit's source and JavaScript files via clone, fork, or npm.

        Package managed installs don’t include documentation or our full build scripts. You can also use our npm template repo to quickly generate a Bootstrap project via npm.
      </p>
      <a class="uk-button uk-button-primary uk-button-large" href="{{"/components/installation" | relative_url }}">Read Installation docs</a>

    </div>
    <div class="uk-width-1-2@m">
      <div>
        <p>The easiest way to install quickly is to clone the GitHub repository.</p>
        <div class="uk-padding-small uk-section-default">
          <code>

            git clone https://github.com/isaacjosephhorton/github-uikit.git
          </code></div>

        <p>Make sure you have jekyll installed and you can run a build and live test with this:</p>
        <div class="uk-padding-small uk-section-default">
          <code>
            bundle install
          </code>
          <br>
          <code>
            bundle exec jekyll serve
          </code>
        </div>
        <p>Or install it yourself as:</p>
        <div class="uk-padding-small uk-section-default">
          <code>
            $ gem install github-uikit
          </code>
        </div>
      </div>
    </div>
  </div>
</div>

</div>