README.md

May 18, 2026 ยท View on GitHub

Hack Club logo

Hack Club's Site (v4)

This codebase powers the Hack Club website, which is built with Next.js. You can view it live at hackclub.com

Development

  1. Clone the repository
git clone --depth 1 https://github.com/hackclub/site.git

Note

--depth 1 only gets the latest commit, if you need the full history (unlikely, ~562M), remove the --depth.

  1. Install the dependencies
bun install
  1. Then, start the development server:
bun dev

Credits

Tongyu (@bucketfish) made most of the design with help from Rowan (@3kh0). This is also built with help and feedback from many other Hack Club members! You can join the fun by submitting a pull request!