Deploy website

Deploy website version based on 226741598f
This commit is contained in:
Website Deployment Script 2017-10-26 19:16:15 +00:00
parent 226741598f
commit 09740316dd
8 changed files with 25 additions and 25 deletions

View file

@ -36,7 +36,7 @@
<li>Place assets, such as images, in the <code>website/static/</code> folder.</li>
<li>Run the site to see the results of your changes.</li>
</ol>
<pre><code>cd website
<pre><code class="hljs">cd website
yarn <span class="hljs-builtin-name">run</span> start # <span class="hljs-keyword">or</span> - npm <span class="hljs-builtin-name">run</span> start
<span class="hljs-comment"># navigate to http://localhost:3000</span>
</code></pre>