- Framework: Next.js
- Styling: Tailwind CSS
- Deployment: Vercel
- Responsive styles~
- Dark mode
This application requires Node.js v18+.
git clone https://github.com/thirunavukkarasu/thiru.site.git
cd thiru.site
npm install
npm run devCreate a .env file similar to .env.example.
Please review the license and remove all of my personal information (resume, blog posts, images, etc.) by running pnpm run setup.
- Use the following command to install the Vercel CLI.
npm i -g vercel@latest- Use the following command to login to Vercel.
vercel login- Use the following command to link the local project to the Vercel project.
vercel link- Use the following command to pull the environment variables from the Vercel project to the local environment.
vercel env pull .env.development.local