unitaryfund / unitaryHACK2024

Testing new 11ty fernfolio template
MIT License
0 stars 3 forks source link

UnitaryHACK 2024!!

Hold onto your seats, unitaryHACK is back! Coming to a computer near you May 29--Jun 12 2024.

Never heard of unitaryHACK before? Check out what happened the past three years:

🚀 Website development

Want to help improve the unitaryHACK website? The website is built with 11ty and hosted on GitHub Pages. The Fernfolio template was used to bootstrap the design. Here are some basic local setup steps to get you started:

Local environment

💻 Development Scripts

npm start: Run 11ty with hot reload at localhost:8080

npm run build: Generate minified production build

Check out the Eleventy command line usage docs for more options.