This is a Next.js project using the pages router.
It is a revamp of MyPortfolio.
Using Typescript and Next.js with getStaticProps, Tailwind CSS, and next-i18next for internationalization (ar and en).
First, run the development server:
npm install
npm run dev
All Page are statically generated at build time with getStaticProps.