Skip to content

akuttruff/homepage

Repository files navigation

Homepage for Amie Kuttruff

Resume + links to talks, music projects, and social accounts

This project ports my old website over to React + Vite. My code lives in an AWS S3 bucket, and I host my site with Google Domains.

Tech Stack

  • Framework: React 18 with TypeScript
  • Routing: React Router DOM v6
  • Build Tool: Vite 5 (fast dev server & optimized builds)
  • Styling: CSS with Google Fonts (Lato)

Development

# Install dependencies
npm install

# Start dev server (http://localhost:3000)
npm run dev

# Build for production
npm run build

# Preview production build
npm run preview

# Run tests
npm test

# Lint & format
npm run lint
npm run format

Project Structure

src/
├── components/     # Reusable React components
├── containers/     # Page-level components
├── data/           # Site content & data
├── img/            # Static images
└── media/          # Additional assets

Deployment

My code lives in an AWS S3 bucket, and I host my site with Google Domains.

About

Homepage with resume, talks, and links to social accounts. Written with React-Router

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors