Use this as a guide when creating your own project repo.
Tell us a bit about your project. Go ahead and add your resume to your project repo, it will make it even easier to find. Use the format \<FisrtInitial\>\<LastName\>Resume.pdf
- Member 1
- University
- Year
- Major
- Website
- Member 2
- University
- Year
- Major
- Website
- Member 3
- University
- Year
- Major
- Website
- Member 4
- University
- Year
- Major
- Website
First off, welcome to OHI/O! This is a bunch of programmers in one place. That's fun, right? Exactly. Basically, you have 36 hours to make some really cool shit. Here, we start from an idea or nothing. No previous code. Get ready, because it's going to be awesome.
- Don't be a jerk
- You cannot use code you or a teammate has previously written.
- APIs, Libraries, and Frameworks are all okay.
- We audit the code, so no plagiarism. We will know.
- Commit to your private repository every 4 hours.
- Start coding at Oct 3, 8:30PM.
- Stop coding at Oct 5, 8:00AM.
- Really, don't be a jerk.
- Questions can be asked in person at the help desk or tweeted at @hackohio
- Create a
PopularVote.txt
file and add it to the root of your repo. Each team member needs to write the number of the team they want to win. Obviously a vote for your own team will not be counted. - Have fun.
- Judging will be conducted in four different rooms.
- You will be randomly assigned a room.
- Winners will be chosen from across all rooms.
- To vote for the popular vote choice award,
- Top ten teams will present at the showcase.
-
We will create your team when you check in. You will have the power to create repositories.
-
Go to the Ohio Hackathon Page and create a repo for your project. We recommend making it private, that way other teams cannot see your code. If you do not see a "+ New Repository" button, contact the code auditor.
-
Give your repository a name. Just be creative!
-
If you click the "Initialize this repository with a README" button, then it will make the Readme for you!
-
You should add the licensing information as well. If you know how to do a .gitignore, then add it, otherwise won't bother with it.
-
Go ahead and create the repository now. You'll see a page like this.
-
The page will explain what to do next. You need to create the project locally on your computer too.
-
Next is simply a combination of
add
,commit
, andpush
. The GitHub GUI (windows, mac) is best for beginners.