-
Primeiros passos
Clone o repositório
git clone https://github.com/wagnerww/LT-Pecas-Site.git
-
Instalando as dependências.
cd LT-Pecas-Site/ yarn
-
Rodando o servidor
yarn start
```
Abra no navegador: `http://localhost:8000`!
1. **Build**
````sh
gatsby build
```