To run the development server:
npm run devTo build the project for production:
npm run buildThis will compile TypeScript and create an optimized production build.
To check for linting errors:
npm run lintTo format code using Prettier:
npm run formatThis will automatically format all TypeScript, JavaScript, JSON, CSS, and Markdown files.