Recicle-APP-Doador is a project created with React, Expo and TypeScript to help recycling donors to match recycling pickers.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You will need to have npm and expo-cli installed on your machine.
To run the project for the first time you must follow this steps:
- Clone the GitHub repository
git clone https://github.com/recicleUSP/APP-Doador- Install the dependencies and start the npm project
npm installTo run the project (if already installed), just follow this simple command on the client directory:
npm start- React
- Expo
- TypeScript
They can be:
- dev
- main
- feature
- bugfix
- hotfix
Their names must follow this template: feature/branch-name
Must begin with the name of the branch you developed on, following the model: "Feature(name-of-feature): Rest of commit…".
Must be simple and show briefly what you just did.
Ex: git commit -m "Feature(banner-parallax): Added the parallax effect to the background"
Made with markdown and <3 by Fred Xavier