Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.48 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.48 KB

timecapsule

Time capsule for miketarpey.com. We've come a long way since 2006...

Reference

  • Run npm install after cloning
  • npm run dev to test locally
  • Build a static site for S3 deployment by installing the static adapter: npm i -D @sveltejs/adapter-static (code added to svelte.config.js and the root +layout.js)
  • npm run build to compile static site
  • aws s3 cp source destination to update S3 (for now)

Notes