Skip to content

jntenney/jasentenneyorg

Repository files navigation

jasentenney.org - v1.0.0

The first iteration of my personal website, jasentenney.org, built with Vue, GSAP Premium and hosted on AWS (S3, CloudFront).

Homepage Screenshot

Homepage Screenshot

Homepage Demo

Homepage Demo

Recommended IDE Setup

VSCode + Volar (and disable Vetur).

Customize configuration

See Vite Configuration Reference.

Project Setup

npm install

Compile and Hot-Reload for Development

npm run dev

Compile and Minify for Production

npm run build

Deploy to AWS S3 using CLI

aws s3 sync dist s3://jasentenney.org --delete