Deploy website

Deploy website version based on f18e07343c
This commit is contained in:
Website Deployment Script 2019-05-17 18:31:39 +00:00
parent ce7f170b33
commit db333d77b9
194 changed files with 842 additions and 842 deletions

View file

@ -125,7 +125,7 @@
<p>Después de ejecutar el script de inicialización de Docusaurus, <code>docusaurus-init</code> como descrito en la sección <a href="#installing-docusaurus"> Instalación </a>, tendrá un ejecutable, el sitio web de ejemplo para usar como base de su sitio. A ejecutar:</p>
<ol>
<li><p><code>cd webiste</code></p></li>
<li><p>From within the <code>website</code> directory, run the local webserver using <code>yarn start</code> or <code>npm start</code>.</p></li>
<li><p>From within the <code>website</code> directory, run the local web server using <code>yarn start</code> or <code>npm start</code>.</p></li>
<li><p>Cargue el sitio de ejemplo en <a href="http://localhost:3000">http://localhost:3000</a> si aún no se abrió automáticamente. If port 3000 has already been taken, another port will be used. Look at the console messages to see which.</p>
<p>You should see the example site loaded in your web browser. There's also a LiveReload server running and any changes made to the docs and files in the <code>website</code> directory will cause the page to refresh. A randomly generated primary and secondary theme color will be picked for you.</p></li>
</ol>