The project needs to use Node v14 to install the dependencies thus make sure it is install on your system before continuing
MacOS or Linux: nvm Windows: fnm
yarn install
We use husky and lint-staged to run the conventional commit rules and linter errors, you can install it manually running
yarn config:lint
yarn serve
yarn build
yarn test:ui:run
yarn test:ui:dev
yarn lint