Go to site: https://nardiniacademy.com/
This project uses the following yarn commands:
yarn dev- Starts the Next.js development serveryarn build- Builds the project for productionyarn start- Starts the Next.js server in production modeyarn storybook- Starts Storybook in development mode on port 6006yarn build-storybook- Builds Storybook for productionyarn test- Runs tests with Jest in watch mode with code coverageyarn cover- Runs tests with Jest and generates code coverage reportyarn format:check- Checks if files are properly formatted with Prettieryarn format:write- Formats all files with Prettieryarn lint- Runs ESLint to check for code issuesyarn lint:fix- Runs ESLint and automatically fixes fixable issues