Run the development server:
npm run devBuild for production:
npm run buildCheck for linting issues:
npm run lintCheck and automatically fix linting issues:
npm run lint:fixCheck code formatting:
npm run formatCheck and automatically fix code formatting:
npm run format:fix