Skip to content

My portfolio built with Next.js, Tailwind CSS, PlanetScale, and Vercel.

Notifications You must be signed in to change notification settings

Thirunavukkarasu/thiru.site

Repository files navigation

Deploy with Vercel

thiru.site

Roadmap

  • Responsive styles~
  • Dark mode

Running Locally

This application requires Node.js v18+.

git clone https://github.com/thirunavukkarasu/thiru.site.git
cd thiru.site
npm install
npm run dev

Create a .env file similar to .env.example.

Cloning / Forking

Please review the license and remove all of my personal information (resume, blog posts, images, etc.) by running pnpm run setup.

Vercel CLI - Commands

  1. Use the following command to install the Vercel CLI.
npm i -g vercel@latest
  1. Use the following command to login to Vercel.
vercel login
  1. Use the following command to link the local project to the Vercel project.
vercel link
  1. Use the following command to pull the environment variables from the Vercel project to the local environment.
vercel env pull .env.development.local

About

My portfolio built with Next.js, Tailwind CSS, PlanetScale, and Vercel.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published