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 git@github.com:tailor-platform/templates.git
cd templates
pnpm i
cd ${app_template}
tailorctl workspace create -i # follow the interactive prompt
make init
make apply
make seed
make machine-token
Please set the token in the Headers section of the playground as follows:
{
"Authorization": "bearer ${your_access_token}"
}
make app