Website generation with Couscous

This commit is contained in:
Milos Stojanovic
2019-06-25 19:17:10 +02:00
parent d0f78357c1
commit 2f977823e2
2 changed files with 2 additions and 2 deletions

View File

@@ -140,7 +140,8 @@ npm run build</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>
<pre><code>vendor/bin/phpunit
vendor/bin/phpstan analyse ./backend</code></pre>
vendor/bin/phpstan analyse ./backend
npm run lint</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>

View File

@@ -182,7 +182,6 @@
'Admin': 'Admin',
'Save': 'Save',
'Read': 'Read',
'Name': 'Name',
'Write': 'Write',
'Upload': 'Upload',
'Permissions': 'Permissions',