Skip to content

Crackle2K/site

 
 

Repository files navigation

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!

About

The new, new Hack Club website. Created for a nonprofit network of over 1,000 student-led, high school coding clubs.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TypeScript 95.7%
  • HTML 2.1%
  • CSS 1.7%
  • JavaScript 0.5%