Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

unitaryfund/unitaryhack2023

Repository files navigation

UnitaryHACK 2023!!

Hold onto your seats, unitaryHACK is back! Coming to a computer near you May 26--Jun 13.

Never heard of unitaryHACK before? Check out what happened the past two 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.