Personal portfolio built with Next.js, TypeScript, and Tailwind CSS.
- Server-side rendering with Next.js
- TypeScript for type safety
- Tailwind CSS for styling
- Framer Motion for animations
- Storybook for component development
- Jest with React Testing Library for testing
- Strict ESLint and Prettier configuration
dev– start dev serverbuild– bundle application for productionexport– exports static website tooutfolder
typecheck– checks TypeScript typeslint– runs ESLintlint:fix– runs ESLint with auto-fixprettier:check– checks files with Prettierprettier:write– formats all files with Prettierformat– runs Prettier and ESLint fixjest– runs jest testsjest:watch– starts jest watchtest– runsjest,prettier:check,lintandtypecheckscripts
storybook– starts storybook dev serverstorybook:build– build production storybook bundle tostorybook-static