Thanks to visit codestin.com
Credit goes to github.com

Skip to content

tailor-platform/cue-templates

Repository files navigation

cue-templates

This repository contains templates written in the CUE language.

Deploy the app template

To deploy our app templates, you need tailorctl and a Tailor account. If you don’t have a Tailor account, please contact us.

Prerequisites

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:

Quick Start

1. Clone our app templates and install dependencies

git clone [email protected]:tailor-platform/cue-templates.git
cd cue-templates

2. Choose an app template

cd ${app_template}

3. Run the following commands to deploy the app

tailorctl workspace create -i # follow the interactive prompt
make init
make apply
make seed

4. Get the access token to use the GraphQL API in the playground

make machine-token

Please set the token in the Headers section of the playground as follows:

{
  "Authorization": "bearer ${your_access_token}"
}

5. Finally, open the GraphQL playground to run queries

make app

About

This repository contains templates written in the CUE language.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published