Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

jmegs/www-old

Repository files navigation

johnmeguerian.com

welcome to the innards of my personal website, now on its 13th major iteration as far as I can reckon.

development

the site is built with the eleventy ssg and uses tailwind for styling via their brand spankin' new JIT compiler.

yarn # install deps
yarn dev # run local server and watch css, js, and site
yarn build # build locally to _site