Website generation with Couscous

This commit is contained in:
Milos Stojanovic
2020-04-03 09:26:32 +02:00
parent 536e3eba9b
commit 848bd8beae
2 changed files with 7 additions and 7 deletions

View File

@@ -139,7 +139,6 @@ 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>