Deploy website

Deploy website version based on 9fbda86d42
This commit is contained in:
Website Deployment Script 2017-12-27 22:40:34 +00:00
parent 9fbda86d42
commit ac0754fdb9

View file

@ -44,7 +44,7 @@
<li>In your root, rename <code>docs-examples-from-docusaurus</code> to <code>docs</code>.</li>
<li><code>cd website</code></li>
<li>Rename <code>blog-examples-from-docusaurus</code> to <code>blog</code>.</li>
<li>Run the local webserver via <code>yarn run start</code> or <code>npm run start</code>.</li>
<li>Run the local webserver via <code>yarn start</code> or <code>npm start</code>.</li>
<li>Load the example site at <a href="http://localhost:3000">http://localhost:3000</a>. You should see the example site loaded in your web browser.</li>
</ol>
<p><img src="/img/getting-started-preparation-verify.png" alt=""></p>