Skip to content

Latest commit

 

History

History
82 lines (60 loc) · 2.83 KB

README.md

File metadata and controls

82 lines (60 loc) · 2.83 KB

Personal Portfolio

Davi Teixeira - Personal Website Portfolio

GitHub top language Repository size GitHub last commit GitHub GitHub Stars GitHub Forks

About the project   |    Technology   |    How to contribute   |    License

👨🏻‍💻 About the project

👨🏻‍💻 Sobre o projeto

In this project I develop my personal project portfolio.

🚀 Technology

🚀 Tecnologias

🤔 How to contribute

🤔 Como contribuir


**Fork the repository and follow the steps below**<br>
```Faça um fork deste repositório e siga os passos a baixo```

```bash
### Clone your fork
# Clone seu fork
$ git clone seu-fork-url && cd NOME_DO_REPO

### Create a branch with your feature
# Crie uma branch com sua feature
$ git checkout -b my-feature

### Commit your changes
# Faça commit das suas alterações
$ git commit -m 'feat: My new feature'

### Send the code to your remote branch
# Envie o código para sua remote branch
$ git push origin my-feature

After your pull request is merged, you can delete your branch
Depois que sua pull request for merged, você pode deletar sua branch

📝 License

This project has a MIT License - see the [LICENSE](./ LICENSE) for more details.
Este projeto possui uma Licença MIT License - veja o arquivo [LICENSE](./LICENSE) para mais detalhes.


Made with ❤️ by Davi Teixeira