mirror of
https://github.com/System-End/site.git
synced 2026-04-20 00:25:19 +00:00
🌈 The new, new Hack Club website (uses Next.js & Theme UI).
* Create open-source.js * Codespaces (#178) Co-authored-by: Codespaces <codespaces@github.com> * Revert "Codespaces (#178)" This reverts commit 1b9d26faefb353486733baeb3e8d7cd6f4b5b089. * Revert "Create open-source.js" This reverts commit 48925846b7c6222e692b4628621b3231a6e812b7. * Experiment Co-authored-by: Codespaces <codespaces@github.com> |
||
|---|---|---|
| .github | ||
| components | ||
| lib | ||
| pages | ||
| public | ||
| .gitignore | ||
| LICENSE.md | ||
| next.config.js | ||
| package.json | ||
| prettier.config.js | ||
| README.md | ||
| vercel.json | ||
| yarn.lock | ||
Hack Club v3 Site
The source code for hackclub.com
Hack Club's new website. This codebase is what runs on hackclub.com. For new developers getting started, run the following in your terminal:
Download the code to your computer:
$ git clone https://github.com/hackclub/v3
Install dependencies:
$ yarn
Start running the website on your computer:
$ yarn run dev
And then open up your web browser and go to http://localhost:3000.
Please note: There are a number of redirects and rewrites essential to the website's functionality, which you can see in next.config.js.
Powered by Next.js with MDX, Theme UI, & Hack Club Theme.
Code under MIT License, assets may not be re-used or re-distributed.
By @lachlanjc for Hack Club, 2021. MIT License.