This is a repository containing all the resources we’ve made and used for group activities outside of hackathons/competitions
The folders should have index.md or index.pdf, but it is recommended to use marp to present the content since assets might not be loaded properly in the converted versions. An example of how to run it would be:
git clone https://github.com/neptyune/resources.git --depth=1 cd resources/<enter project name here> npx @marp-team/marp-cli@^2 --bespoke.transition --preview index.md
For more options check the marp-cli github.
A simple TUI for git written in golang using the bubbletea framework. We’ve used this to learn how to contribute and work together using git, and consolidating our golang skills. This was done in prepartation for HackSheffield7 - A hackathon.
Full stack web application using Next.js, Prisma, NextAuth and Tailwindcss.