mirror of
https://github.com/filegator/filegator.git
synced 2025-08-06 21:16:28 +02:00
Website generation with Couscous
This commit is contained in:
@@ -140,7 +140,8 @@ npm run build</code></pre>
|
|||||||
<p>Once everything is ready visit: <code>http://localhost:8080</code></p>
|
<p>Once everything is ready visit: <code>http://localhost:8080</code></p>
|
||||||
<h2 id="run-tests-amp-static-analysis">Run tests & static analysis</h2>
|
<h2 id="run-tests-amp-static-analysis">Run tests & static analysis</h2>
|
||||||
<pre><code>vendor/bin/phpunit
|
<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>
|
<h2 id="deployment">Deployment</h2>
|
||||||
<p>Set the website document root to <code>/dist</code> directory. This is also known as 'public' folder.</p>
|
<p>Set the website document root to <code>/dist</code> directory. This is also known as 'public' folder.</p>
|
||||||
</section>
|
</section>
|
||||||
|
@@ -182,7 +182,6 @@
|
|||||||
'Admin': 'Admin',
|
'Admin': 'Admin',
|
||||||
'Save': 'Save',
|
'Save': 'Save',
|
||||||
'Read': 'Read',
|
'Read': 'Read',
|
||||||
'Name': 'Name',
|
|
||||||
'Write': 'Write',
|
'Write': 'Write',
|
||||||
'Upload': 'Upload',
|
'Upload': 'Upload',
|
||||||
'Permissions': 'Permissions',
|
'Permissions': 'Permissions',
|
||||||
|
Reference in New Issue
Block a user