This is the code for my official website soorajmodi.com. Written in TypeScript with Next.js and React.js. CSS built with TailwindCSS. Deployed and hosted on Vercel.
Install dependencies
npm ci
Run server on http://localhost:3000
npm run dev
Build
npm run build
Run linter
npm run lint
MIT