A parody "hacker toolkit" website built with modern web technologies.
- React 19 + TypeScript - Modern React with full type safety
- Vite - Fast development and optimized builds
- Tailwind CSS v4 - Utility-first CSS framework
- Shadcn/ui - High-quality component library
- Node.js 22 - Latest LTS for optimal performance
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run previewThe site automatically deploys to GitHub Pages via GitHub Actions when changes are pushed to the main branch.
See ROFLBOX_CONTEXT.md for the full background on this parody project.