Website generation with Couscous

This commit is contained in:
Milos Stojanovic
2019-07-12 09:40:11 +02:00
parent 107aac3767
commit ba21633964
14 changed files with 248 additions and 0 deletions

View File

@@ -106,6 +106,11 @@
<a href="https://docs.filegator.io/configuration/router.html">
Router
</a>
</li>
<li class="">
<a href="https://docs.filegator.io/configuration/tmpfs.html">
Tmpfs
</a>
</li>
</ul>
<p class="text-muted">
@@ -134,6 +139,7 @@ sudo chmod -R 777 repository/
composer install
npm install
npm run build</code></pre>
<p>We also have a sample docker image <a href="https://github.com/filegator/demo">here</a></p>
<h2 id="compiles-and-hot-reloads">Compiles and hot-reloads</h2>
<p>The following command will launch backend and frontend on ports 8081 and 8080:</p>
<pre><code>npm run serve</code></pre>