Website generation with Couscous

This commit is contained in:
Milos Stojanovic
2019-06-26 14:59:21 +02:00
parent 2f977823e2
commit d0f10db0d8

View File

@@ -141,7 +141,8 @@ npm run build</code></pre>
<h2 id="run-tests-amp-static-analysis">Run tests &amp; static analysis</h2>
<pre><code>vendor/bin/phpunit
vendor/bin/phpstan analyse ./backend
npm run lint</code></pre>
npm run lint
npm run e2e</code></pre>
<h2 id="deployment">Deployment</h2>
<p>Set the website document root to <code>/dist</code> directory. This is also known as 'public' folder.</p>
</section>