The SET.Hacks() 2021 website, built with React.
First, clone the repo:
$ git clone https://github.com/malav-mehta/set-hacks.git
$ cd set-hacks
Then install the dependencies and get it running:
$ yarn install
$ yarn dev
Finally, open localhost:3000 in your browser.