Skip to content

Latest commit

 

History

History
66 lines (43 loc) · 2.31 KB

README.md

File metadata and controls

66 lines (43 loc) · 2.31 KB

JavaScript NodeJS React HTML5 CSS3 TailwindCSS Stylelint Prettier ESLint Postman MySQL

🚀 Challenge Proposal

Welcome to the "Amor e Vida" website, a recycling and income generation social project!

The figma of the site: FigmaAmorEVida.

🤔 Do you want to help?

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.

⚡ To execute the frontend run:

Run so you can download the dependencies

# Entering the Frotend Folder
$ cd Frontend

# NPM
$ npm i

# start 
$ npm run dev

🔨 See the errors:

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

⚠️ Got some issue with eslint or stylelint:

here the docs

https://stylelint.io/

https://eslint.org/