Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeti-robotics/team-5-leharshan-raymone-james
https://github.com/yeti-robotics/team-5-leharshan-raymone-james
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/yeti-robotics/team-5-leharshan-raymone-james
- Owner: Yeti-Robotics
- Created: 2024-11-06T00:07:34.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T05:00:06.000Z (2 months ago)
- Last Synced: 2024-11-18T05:36:11.040Z (2 months ago)
- Language: Java
- Size: 73.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# How do I use this?
Make sure you have [git](https://git-scm.com/downloads) installed.### Download via command line
If you know how to use the terminal or command prompt, you can navigate to the directory you want to download this project to and run the command:`git clone https://github.com/Yeti-Robotics/TemplateYetiRobot.git`
If you don't know how to do that, chatGPT is a great resource.
### Download via IntelliJ
If you have a project open, go to `File>New>Project from version control`
then input this url: `https://github.com/Yeti-Robotics/TemplateYetiRobot.git`.If you do not have a project open, click the `Get from VCS` button.
Once you have the project downloaded, you can open it in IntelliJ and start coding.
Make sure you have set up your development environment by following [this guide](https://docs.yetirobotics.org/books/robot-software/page/getting-started-with-robot-development)