Skip to content

unitaryfund/unitaryHACK2024

Repository files navigation

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

  • 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

💻 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.