mirror of
https://github.com/filegator/filegator.git
synced 2025-08-06 19:06:34 +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>
|
||||
<h2 id="run-tests-amp-static-analysis">Run tests & 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>
|
||||
|
@@ -182,7 +182,6 @@
|
||||
'Admin': 'Admin',
|
||||
'Save': 'Save',
|
||||
'Read': 'Read',
|
||||
'Name': 'Name',
|
||||
'Write': 'Write',
|
||||
'Upload': 'Upload',
|
||||
'Permissions': 'Permissions',
|
||||
|
Reference in New Issue
Block a user