This is my personal portfolio, hosted at makan.bz.
- Install dependencies:
npm install - Run the dev server:
npm run dev
Requires Node.js 18+. The dev server uses Turbopack by default.
npm run dev– start the Next.js dev server with Turbopacknpm run build– create an optimized production buildnpm run start– run the production servernpm run lint– run ESLint with the Next.js config