Skip to content

Latest commit

 

History

History
30 lines (17 loc) · 993 Bytes

README.md

File metadata and controls

30 lines (17 loc) · 993 Bytes

Hack Club logo

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.