Built using Eleventy and Tailwindcss. Deployed with GitHub Actions
- Node 12.14+
# clone repo then...
# install dependencies
npm install
# run local dev server
npm start
# OR
# build production site
npm run build
Simply push to master
branch and GitHub Actions will build and deploy to site
branch.
Cleans, builds, and deploys via gh-pages manually
npm run deploy