Skip to content

Latest commit

 

History

History
39 lines (23 loc) · 673 Bytes

README.md

File metadata and controls

39 lines (23 loc) · 673 Bytes

Senior Celebration

Built using Eleventy and Tailwindcss. Deployed with GitHub Actions

Deploy

Requirements

  • Node 12.14+

Getting started

# clone repo then...

# install dependencies
npm install


# run local dev server
npm start

# OR

# build production site
npm run build

Deploy

Simply push to master branch and GitHub Actions will build and deploy to site branch.

Manual deploy

Cleans, builds, and deploys via gh-pages manually

npm run deploy