Skip to content

hackclub/hackcraft

Repository files navigation

Hackcraft

Build a Minecraft modGet games!

Check it out at https://hackcraft.hackclub.com


Made in react with nextjs and love 💖

Important files

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

Developement

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