A modern React-based portfolio website with a retro Windows PowerShell terminal aesthetic.
- Node.js (v16 or higher)
- npm
npm installnpm run devThis starts the Vite development server. Open http://localhost:5173 to view it in the browser.
npm run buildBuilds the app for production to the dist folder.
npm run build
node server.cjsServes the production build locally at http://localhost:8888.
# Preview production build (alternative to server.cjs)
npm run preview
# Lint code
npm run lint- Framework: React 18 with TypeScript
- Routing: React Router for SPA navigation
- Styling: Tailwind CSS with custom Windows PowerShell theme
- Build Tool: Vite
- Theme: Retro 90s Windows terminal aesthetic
Ready for deployment to Vercel, GitHub Pages, or any static hosting service.