Build a Minecraft mod • Get games!
Check it out at https://hackcraft.hackclub.com
Made in react with nextjs and love 💖
- src/app: This is the folder for next's app router, the folders here match up with the paths you can access on the website.
- src/app/projects: The project management platform
- src/app/gallery: The gallery page showing off all submissions!
- src/app/guide: The guide™
- src/components: Common components used throughout the codebase.
- src/lib/api.ts: This is our Data Access Layer. It controls what airtable data the rest of the codebase can access.
To run this locally run bun dev. If you wanna send over a patch kindly run bun format before sending it over!
Fun fact: this was actually forked from boba.hackclub.com
