Technologies | Project | How to run | How to contribute
This project was developed with the following technologies:
Simple exercise for a forum website made in PHP.
Class from the channel João Ribeiro
- Clone the project.
- Enter the repository and double click on the index.php file
- 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.
This project is under the MIT license.