This repository contains the main website for the OSU Hackathon Club, also known as BeaverHacks.
This website is powered by Zeit Now, and build with NextJS. Styling is powered by Emotion and Rebass.
To work on the project locally, all you need to do is run the below commands in a CLI of your choice:
# Clone the repository
git clone https://github.com/Beaverhacks/website beaverhacks-website
# Move into the directory
cd beaverhacks-website
# Install the dependencies
yarn
# Start a development server
yarn startThen visit http://localhost:3000 in your browser to see your changes live.
Deployment is 100% handled by Now — when commits are pushed to master, Now will automatically redeploy our website. You can reach live versions of the website at any of the following URLs: