Este projeto utiliza create-react-app
# clonar repositório
$ git clone git@github.com:gabrielferreiraa/gerador-de-tweet-do-bolsonaro.git
$ cd gerador-de-tweet-do-bolsonaro
# instalar dependências
$ yarn
# inicie o projeto
$ yarn start
yarn start
: Inicia a aplicação em modo de desenvolvimento (http://localhost:3000
)yarn build
: Cria um build para produção na pasta./build
yarn deploy
: Realiza deploy no Netlify, com endereço -> https://gerador-de-tweet-do-bolsonaro.netlify.com/
MIT License © Gabriel Ferreira