Skip to content

tact-app/kit

Tact.kit

🎁 Tact.kit

Tact UI kit.

Quick Start

Requirements:

$ alias run=./Taskfile
$ run setup
$ run wait-for-it -q -w localhost:3000 -- open http://localhost:3000/ &
$ run storybook serve # or `run storybook dev`

Manage secrets

You can update tokens by the following commands

$ run set_chromatic_token
$ run set_fontawesome_token
$ run set_github_token
$ run set_graphite_token
$ run set_sentry_token
$ run set_vercel_token

Tools

Update

$ run refresh

Installation

$ run tools install

Chromatic CLI

Useful: docs, src.

$ run chromatic --exit-zero-on-changes

GitHub CLI

Useful: docs, src.

$ run gh help
$ run @workflows

Graphite CLI

Useful: docs, src.

$ run gt --help

Sentry CLI

Useful: docs, src.

$ run sentry --help

Vercel CLI

Useful: docs, src.

$ run vercel help
$ run @deployments clean

You can avoid using the token parameter when working with these commands, it's substituted automatically under the hood.

License

GNU Affero General Public License v3.0 or later. See LICENSE to see the full text.

We use CLA assistant to sign copyright agreements while contributing. See CLA to see the full text.

made with ❀️ for everyone by OctoLab