Website generation with Couscous

This commit is contained in:
Milos Stojanovic
2019-08-27 15:37:34 +02:00
parent c5a8298342
commit 389d2370c0
2 changed files with 521 additions and 0 deletions

View File

@@ -145,6 +145,7 @@ npm run build</code></pre>
<pre><code>npm run serve</code></pre>
<p>Once everything is ready visit: <code>http://localhost:8080</code></p>
<h2 id="run-tests-amp-static-analysis">Run tests &amp; static analysis</h2>
<p>Testing requires xdebug and sqlite php extensions.</p>
<pre><code>vendor/bin/phpunit
vendor/bin/phpstan analyse ./backend
npm run lint