Skip to content
/ site Public

hackclub/site

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jul 25, 2026
d76ba49 · Jul 25, 2026

History

4,218 Commits
Jul 6, 2026
Jul 25, 2026
Jul 24, 2026
Jul 24, 2026
Jul 20, 2026
Jul 24, 2026
Jul 24, 2026
Jul 25, 2026
Jun 2, 2026
May 18, 2026
Jun 5, 2026
May 18, 2026
May 18, 2026
Jul 25, 2026
Jul 10, 2026
Jul 25, 2026
Jul 25, 2026
May 18, 2026
Jul 20, 2026
May 18, 2026

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!