Skip to content

BeaverHacks/website

Repository files navigation

OSU Hackathon Club Website

This repository contains the main website for the OSU Hackathon Club, also known as BeaverHacks.

Technology

This website is powered by Zeit Now, and build with NextJS. Styling is powered by Emotion and Rebass.

Development

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 start

Then visit http://localhost:3000 in your browser to see your changes live.

Deployment

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:

About

The main website of the OSU Hackathon Club.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published