A terminal-themed personal website for dkoderinc.com, featuring a CRT monitor aesthetic with scanlines, phosphor glow, and an interactive command-line interface.
- React + TypeScript
- Vite for development and builds
- Tailwind CSS for styling
Install dependencies:
npm installStart the development server:
npm run devCreate a production build:
npm run buildPreview the production build locally:
npm run preview