Technologies | Project | Layout | How to contribute | License |
This project is developed with:
Homework and little code snippets written during my Rust Language learning process
To run the project, you will need to install/use the following programs
- Weeks:
- Front-end:
- Backend:
- Do a fork of this repository;
- Create a branche with your feature:
git checkout -b my-feature
; - Do commit of your changes:
git commit -m 'feat: My new feature'
; - Do push for your branch:
git push origin my-feature
.
After your merge of your pull request was done, you can delete your branch.
This project is into public domains. Read the file LICENSE for more details.