unitaryfund / unitaryhack2023

Website for 2023 unitaryHACK hackathon.
https://2023.unitaryhack.dev/
1 stars 0 forks source link
11ty hackathon open-source quantum-computing

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

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