This is the official website for BeaverHacks, a yearly hackathon hosted by the Hackathon Club at Oregon State University. Users can find relevant information regarding the hackathon and submit an application. Officers may view applications and compose a resume book.
- Clone the repository
git clone https://github.com/OregonStateHackathonClub/website.git
- Navigate to the project directory
cd website
- Download the dependencies
npm install
- Copy the .env.example to .env.local
cp .env.example .env.local
- Message @81iq on Discord to get the required credentials for the
.env.local
file
Warning
Do not share these credentials with anyone else. Additionally, you will not be able to run the application without them.
- Start a local instance of PostgreSQL using Docker
docker compose up -d
- Run the Next.js App
npm run dev