Deploy website

Deploy website version based on be149e182f
This commit is contained in:
Website Deployment Script 2019-05-17 03:04:53 +00:00
parent a8557f46ca
commit 8f1a6fbd6c
212 changed files with 552 additions and 502 deletions

View file

@ -124,7 +124,7 @@
<li><p>In your root, rename <code>docs-examples-from-docusaurus</code> to <code>docs</code>.</p></li>
<li><p><code>cd website</code></p></li>
<li><p>Rename <code>blog-examples-from-docusaurus</code> to <code>blog</code>.</p></li>
<li><p>From within the <code>website</code> directory, run the local webserver using <code>yarn start</code> or <code>npm start</code>.</p></li>
<li><p>From within the <code>website</code> directory, run the local web server using <code>yarn start</code> or <code>npm start</code>.</p></li>
<li><p>Load the example site at <a href="http://localhost:3000">http://localhost:3000</a> if it did not already open automatically.</p>
<p>You should see the example site loaded in your web browser. There's also a LiveReload server running and any changes made to the docs and files in the <code>website</code> directory will cause the page to refresh.</p></li>
</ol>