Linking to a Project
There are two ways to link a repository to a GitHub repository.
Method 1 (recommended)
The recommended way is to go to the settings page of the AssetStack repository and select your GitHub repo from the dropdown selector under "Github repo". This will contain a list of all of your repositories that you have access to on Github. That

Method 2 (advanced)
Go to the settings of the repository and copy the RepoID from the project. Take this ID and create a file in root of your React project and name it ".asset-stack". Open the file and paste in the key. This method should be used if you have a monorepo and want to utilize more than one AssetStack repository within the monorepo.
Voila! You have linked the project to your asset collection.
Last updated