Personal portfolio for Coleen Stanley.
- React 18 + TypeScript
- Vite — build tooling
- Tailwind CSS — styling
- GSAP — scroll animations
- Lenis — smooth scrolling
- Lucide React — icons
- Formspree — contact form
- GitHub Pages — hosting
npm install
npm run devOpen http://localhost:5173
# Save source
git add .
git commit -m "your message"
git push origin master
# Deploy to live site
npm run deploynpm run deploy builds the project and pushes to the gh-pages branch which serves coursecoder.com.
src/
├── components/
│ ├── CustomCursor.tsx
│ └── Navigation.tsx
├── sections/
│ ├── Hero.tsx
│ ├── About.tsx
│ ├── Experience.tsx
│ ├── Toolkit.tsx
│ ├── Projects.tsx
│ ├── Contact.tsx
│ └── Footer.tsx
├── App.tsx
├── main.tsx
└── index.css
public/
├── CNAME
└── Playdough-AWS-Architecture.png