Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 532 Bytes

vagrant.md

File metadata and controls

13 lines (11 loc) · 532 Bytes

Contribuir com o projeto utilizando o Vagrant

Instalar o vagrant

Gerar o build do projeto e visualizar localmente

  • Realize as alterações
  • Para criar o build:
    • Execute vagrant ssh -c 'cd /vagrant && jekyll build'
  • Para visualizar as alterações: