Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 831 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 831 Bytes

BlairHacks logo

The source code for blairhacks.com

The landing page for the BlairHacks_5 hackathon in February 2022. For new developers getting started, run the following in your terminal:

Download the code to your computer:

$ git clone https://github.com/blairhackclub/blairhacks_5

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.