Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 569 Bytes

File metadata and controls

35 lines (23 loc) · 569 Bytes

dkoderinc.com

A terminal-themed personal website for dkoderinc.com, featuring a CRT monitor aesthetic with scanlines, phosphor glow, and an interactive command-line interface.

Tech Stack

  • React + TypeScript
  • Vite for development and builds
  • Tailwind CSS for styling

Getting Started

Install dependencies:

npm install

Start the development server:

npm run dev

Create a production build:

npm run build

Preview the production build locally:

npm run preview