Localized & minimalized version of hackclub.com's home page.
-
Download the code to your computer:
git clone https://github.com/hackclub/global && cd global
-
Install dependencies:
bun install
-
Start running the website on your computer:
bun run dev
-
Open up your web browser and go to localhost:3000
-
To test your locale, go to
localhost:3000/[xx], replacing[xx]with the locale code (e.g.eefor Estonian).
-
Go to the
locale/directory, copyen.tsand rename it to your locale code (e.g.fr.tsfor French). Follow the ISO 639-1 standard for locale codes. -
Test your changes!
-
Submit a PR to
hackclub/dnsto add your.hackclub.comsubdomain. Add a record tohackclub.com.yamlin the following format:xx.hackclub.com: - ttl: 300 type: CNAME value: cname.vercel-dns.com.
-
Once the DNS PR is merged, submit a PR to this repository with your locale/changes! Locales.json is generated automatically, so you don't need to worry about that.
Code under MIT License, assets may not be re-used or re-distributed.