Technologies | Project | Layout | How to contribute
This project was developed with the following technologies:
DevRadar is a project that aims to connect developers close to you who work with the same technologies.
You can download the project layout in .sketch
format from this link.
To open the file in .sketch
format on any operating system, use the [Figma] tool (https://figma.com).
- Fork this repository;
- Create a branch with your feature:
git checkout -b my-feature
; - Commit your changes:
git commit -m 'feat: My new feature'
; - Push to your branch:
git push origin my-feature
.
After your pull request is merged, you can delete your branch.
The Backend and Frontend are hosted at Heroku.