Skip to content

TheCodeDestroyer/thecodedestroyer.github.io

Repository files navigation

thecodedestroyer.com

Personal portfolio / about-me site, built with Next.js and deployed to Vercel.

Tech stack

  • Next.js 16 (App Router, Turbopack)
  • React 19
  • TypeScript
  • Tailwind CSS 4
  • Framer Motion for animations, Zustand for client state
  • Headless UI + Heroicons for accessible UI primitives

Prerequisites

nvm use            # or: nvm install
corepack enable    # provisions the pinned pnpm version

Setup

pnpm install

Development

pnpm dev           # start the dev server at http://localhost:3000

Build & run

pnpm build         # production build
pnpm start         # serve the production build

Quality

pnpm lint          # ESLint
pnpm format        # Prettier

Deployment

Pushes to the default branch are deployed automatically by Vercel.

About

About me page

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors