$ git clone https://github.com/he4rt/he4rt-landing.git
$ cd he4rt-landing
$ Sudo yarn install
$ Sudo yarn run dev
$ Sudo yarn build
The following technologies were used:
Contribuições fazem com que a comunidade open source seja um lugar incrível para aprender, inspirar e criar. Todas contribuições são extremamente apreciadas!
- Realize um Fork do projeto
- Crie um branch com a nova feature (
git checkout -b feature/featurebraba
) - Realize o Commit (
git commit -m 'feature/featurebraba'
) - Realize o Push no Branch (
git push origin feature/featurebraba
) - Abra um Pull Request
Veja Padroes para saber mais sobre o projeto.