npm with Node.js version 18.0.0 or higher
In the root directory
npm installIn a specific component
npm run startnpm run test
// or
npm run test:watchnpm run lintnpm run formatnpm run testnpm run analyzeMonorepo - root directory
If you want to analyze, format, lint and test ALL your code you can run from the root directory:
npm run analyze
// or
npm run lint
// or
npm run format
// or
npm run testDetailed changes for each version are documented in the CHANGELOG file