Creating your repo
To use the ArupCompute templates you must first create a new github repo.
To create a new Github repo go to github.com and click the "New" button.
The "Create a new repository" page will open, on it:
- If there is a
Sign in with SSO
(or similar) button, click that to connect to your Arup account - Set the "Repository template" to be
arup-group/arupcompute-sample-library
(do not checkInclude all branches
) - Make the "Owner"
arup-group
- Give your repository a unique name. It is recommended to give your repo the same name as your ArupCompute library
- Give your repository a short description
Click Create repository
once you have filled in each of these sections. The repo may then take a few seconds to be created.
Once the repo is created you will see that there is code already present. This is the code for the ArupCompute Sample Library, the github for this repo is here.
Your repo should look something like the image below:
Next, we will create your dotnet project within this repo.