Welcome to the "Amor e Vida" website, a recycling and income generation social project!
The figma of the site:
FigmaAmorEVida.
Fork this repository
# Clone your fork
$ git clone your-fork-url
# Create a branch with your feature or the correction of bugs
$ git checkout -b my-branch
# Commit the changes
$ git commit -m 'feature/bugfix: my changes'
# Push to your branch
$ git push origin my-branch
After your pull request is merged, you can delete your branch.
Run so you can download the dependencies
# Entering the Frotend Folder
$ cd Frontend
# NPM
$ npm i
# start
$ npm run dev
Pretty easy to use, prevent errors
# See if you have forgoten something
$ npx eslint src/**/*.jsx
# See if css is have a error
$ npx stylelint src/**/*.css