unitaryfund / unitaryhack2022

Website for the 2022 unitaryHACK hackathon.
https://2022.unitaryhack.dev
MIT License
11 stars 30 forks source link
hackathon quantum-computing
unitaryhack 2022

Unitary Fund is proud to host unitaryhack 2022, a quantum open source hackathon with SWAG and BOUNTIES on June 3-17th!

unitaryhack 2022

Thanks to our supporters

Support future unitaryhacks šŸ™

Would you like to help us support more contributors and projects? Get in touch with us!

Want your project to participate in unitaryhack2022?

We would love to support your quantum open source project by connecting eager hackers to issues you need help with! Check out our maintainer guide

Stay tuned for details on the next unitaryhack!

You can find some tips on how to prepare for the hackathon the next event in our hacker guide as well as the hackathon rules. You can always ask questions of the Unitary Fund team on our Discord, and make sure to check out our code of conduct.

šŸš€ Local 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

Checkout the Eleventy Command Line Usage docs for more options.