Site for folks who would like to contact me
Requires Node.js & npm — install with nvm
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run build
# Preview production build
npm run preview- Vite — Build tool
- React — UI framework
- TypeScript — Type safety
- Tailwind CSS — Styling
- shadcn/ui — UI components
- Framer Motion — Animations
For future deployments, just run:
npm run build && npx gh-pages -d dist --dotfiles