1. Create GitHub repository
Create a GitHub repository for your project.
Once you have purchased a Volca license, you will receive an invite to a private GitHub repository called volca-io/volca
. Accept the invitation and make sure you see the repository in GitHub before you proceed.
- Create a new repository in GitHub by following the official GitHub documentation. Make sure to pick
volca-io/volca
in theRepository template
dropdown. - Pick your preferred settings and click
Create repository
- Clone your new repository to your computer
- Done!
note
Note that some GitHub Actions may fail the first time you push your code. These will start working once we have provisioned the required infrastructure in your AWS account. We will go through the AWS setup in the next section.