This codebase powers the Hack Club website, which is built with Next.js. You can view it live at hackclub.com
- Clone the repository
git clone --depth 1 https://github.com/hackclub/site.gitNote
--depth 1 only gets the latest commit, if you need the full history (unlikely, ~562M), remove the --depth.
- Install the dependencies
bun install- Then, start the development server:
bun devTongyu (@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!