|
|
@@ -154,32 +154,22 @@
|
|
|
<div class="content">
|
|
|
<h2>Get Started</h2>
|
|
|
|
|
|
-<iframe src="https://player.vimeo.com/video/315862294"
|
|
|
- title="intro video"
|
|
|
- class="vimeo-player" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
|
|
+ <div class="install-code">
|
|
|
+ <div class="highlight">
|
|
|
+ <pre class="chroma"><code class="language-bash" data-lang="bash">$ npx @vendure/create my-shop</code></pre>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
|
|
|
- <div class="getting-started">
|
|
|
- <div class="install-code">
|
|
|
- <div class="highlight">
|
|
|
- <pre class="chroma"><code class="language-bash" data-lang="bash">$ npm install @vendure/core@alpha
|
|
|
+ <iframe src="https://player.vimeo.com/video/329126409"
|
|
|
+ title="intro video"
|
|
|
+ class="vimeo-player" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
|
|
|
|
|
|
-<span class="c1"># or</span>
|
|
|
|
|
|
-$ yarn add @vendure/core@alpha</code>
|
|
|
- </pre>
|
|
|
- </div>
|
|
|
- </div>
|
|
|
- <div class="getting-started-link">
|
|
|
+ <div class="getting-started-link">
|
|
|
|
|
|
- <div class='alert warning'>
|
|
|
- <p>
|
|
|
- <strong>Note</strong> Vendure is currently in <strong>alpha</strong>, which means it is not yet production-ready.
|
|
|
- </p>
|
|
|
- </div>
|
|
|
- <a href="{{ "docs/getting-started" | relURL }}" class="getting-started-button">
|
|
|
- <img src="{{ "svg/clr-icon-bolt-light.svg" | relURL }}"> Getting Started Guide
|
|
|
- </a>
|
|
|
- </div>
|
|
|
+ <a href="{{ "docs/getting-started" | relURL }}" class="getting-started-button">
|
|
|
+ <img src="{{ "svg/clr-icon-bolt-light.svg" | relURL }}"> Getting Started Guide
|
|
|
+ </a>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|