Skip to content
This repository was archived by the owner on Oct 5, 2025. It is now read-only.

Commit 80ba2db

Browse files
authored
Merge pull request #5 from rtorres90/pasos_para_correr
added steps to run local server
2 parents a8af706 + 9f89e27 commit 80ba2db

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,12 @@ Sitio estatico y blog de la comunidad de pythonchile
66
### Basado en Project Pages
77

88
Project Pages is Jekyll Template specifically geared towards collaborative science. For more information, click [here](https://github.com/projectpages/project-pages/wiki/Project-Pages---Guides,-Tips,-Discussions).
9+
10+
### Pasos para correr el blog en tu local
11+
12+
1. Clona el repositorio en tu PC.
13+
2. Abre un terminal en tu PC y ejecuta el seguiente comando.
14+
`gem install bundler jekyll`
15+
3. Ahora ve al directorio del repositorio en tu PC y ejecuta este comando.
16+
`jekyll serve`
17+
4. Si todo funciona bien en el terminal podrás ver la dirección para acceder al servidor local.

0 commit comments

Comments
 (0)