Skip to content

EverlastingBugstopper/avery-site

Repository files navigation

Avery's Personal Site

Content

This is just a small site with a bit of information about me.

Technology

🍦 Vanilla HTML, CSS, and JavaScript is served fresh from the /public directory by Vercel .

Lighthouse

Lighthouse Logo Lighthouse Accessibility Badge Lighthouse Best Practices Badge Lighthouse Performance Badge Lighthouse SEO Badge

Development

  1. Install node (I like volta).
  2. Run git clone https://github.com/EverlastingBugstopper/avery-site; cd avery-site
  3. Run npm i; npm run start
  4. Your browser should open automatically and reload on any changes made to assets in the public directory
  5. You can run npm run format to automatically format all of the files in the repository.