Group project carried out as part of the training at the Wild Code School for the preparation of the title "Application developer designer".
- Run command
npm i
to install the dependencies - Run command
npm run dev
lint
: Runs validation tools, and refuses unclean code (will be executed on every commit)fix
: Fixes linter errors