This repository contains templates written in the CUE language.
To deploy our app templates, you need tailorctl and a Tailor account. If you don’t have a Tailor account, please contact us.
To install tailorctl and other dependencies, you can use homebrew.
brew install tailor-platform/tap/tailorctl
brew install coreutils yq cue gh
For more details, please visit our documentation.
To get started with our app templates follow the steps below:
git clone [email protected]:tailor-platform/cue-templates.git
cd cue-templatescd ${app_template}tailorctl workspace create -i # follow the interactive prompt
make init
make apply
make seedmake machine-tokenPlease set the token in the Headers section of the playground as follows:
{
"Authorization": "bearer ${your_access_token}"
}make app