The source code for blair.hackclub.com
Blair Hack Club's website. This codebase is what runs https://blair.hackclub.com. For new developers getting started, run the following in your terminal:
Download the code to your computer:
$ git clone https://github.com/blairhackclub/v1
Install dependencies:
$ npm install
Start running the website on your computer:
$ npm run dev
And then open up your web browser and go to http://localhost:3000.
Powered by Next.js, Chakra UI, & Hack Club Brand.
By @linkai101 and @tinuh for Blair Hack Club, 2021. MIT License.