Installation
(Follow the General Installation instructions before)
Cloning the Repository
- Make a GitHub account if you do not already have one https://github.com
- Go to the Kapuchin repository on GitHub at https://github.com/team846/kapuchin
- If you get a 404 error, that means you do not have permissions to our private repositories. Message Andy with your GitHub username or email to be added to our organization
- Clone the repository into your computer by running:git clone git@github.com:Team846/kapuchin.git
- Check that you now have a folder called "kapuchin" on your computer
Opening the Project
- Open IntelliJ
- Click "Open", and click on the "kapuchin" folder
- If a notification appears on the bottom right with "Gradle build scripts found", click "Load Gradle Project"
- IntelliJ may take a few minutes to set everything up, watch the progress bar on the bottom
- If you cannot see the project folders/files window on the left, toggle
View --> Tool Windows --> Project
on the menu bar - Now you can browse all the files in our robot code. Check out the Kapuchin Overview page for more details on the project structure