verify-websiteVerify website code quality and compilationNavigate to website directory cd loh-websiteRun type check // turbo npm run type-checkRun linter // turbo npm run lintRun tests (optional) npm test