unitaryHACK is back, and coming to a computer near you May 28βJun 11 2025.
This year we'll celebrate the 5th edition of the hackathon, and we're excited to bring you the best edition yet.
Check out the website at unitaryhack.dev for more information.
Never heard of unitaryHACK before? Check out previous iterations:
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:
- Clone the repo
- Navigate to the directory
cd untitaryhack - Install the goods
npm install - Run it
npm start - You should now be able to see everything running on http://localhost:8080
- Make a pull request to add your changes to github
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.