We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab5deba commit 4e17de1Copy full SHA for 4e17de1
1 file changed
README.md
@@ -22,7 +22,8 @@ bundle install
22
Para correr la página en tu compu, hacé
23
24
```
25
-bundle exec jekyll serve
+bundler exec jekyll build && bash -c 'cd _site && python -m http.server 3000'
26
+
27
28
29
Te levanta un servidor local,
0 commit comments