Skip to content
Marvin Lin edited this page Aug 10, 2021 · 18 revisions

Welcome to the oresat-structure wiki! This is the go-to guide for contributing to the OreSat project.

Downloading the Repository

  1. Clone the repository to your system

git clone https://github.com/oresat/oresat-structure.git

NOTE: The repository is around 9GB in size. If you would not like to download the entire repository history, use the following command instead

git clone --depth 1 https://github.com/oresat/oresat-structure.git

  • The --depth 1 flag indicates that only the most recent commit will be cloned

To also clone all branches, use the following command

git clone --depth 1 --no-single-branch https://github.com/oresat/oresat-structure.git

  • the --no-single-branch flag indicates that all branches should be cloned (since --depth automatically runs --single-branch)
  1. Download Solidworks

  2. Open up the files to get started!