Install Node.js
node -vnpm install --global yarnyarn installyarn outdatedyarn upgrade --latest
yarn run devLint with ESLint
yarn run lintFormat with Prettier
yarn run formatUnit test with Vitest
yarn vitestyarn run test:unitComponent test with Cypress
npx cypress openyarn run test:componentyarn run testyarn run buildyarn run preview