Skip to content

leandrodasler/vtextitantools

Repository files navigation

Publish, Deploy and Install App

Titan Tools Store Theme

Titan Tools Store Theme

Titan Tools Store Theme is a front-end template to help your store get started with VTEX’s core features for businesses selling to other businesses.

Installing the Titan Tools Store Theme

  • Log in to the desired VTEX account

  • Clone this repository, enter its directory in the terminal and run the installation script for all necessary apps:

    ./install-list.sh
    # or
    bash ./install-list.sh
    # or
    sh ./install-list.sh
    # or, if your operating system does not run shell
    # scripts, run the "vtex install ..." command
    # contained in the install-list.sh file 
    • Some apps must be installed via App Store. In these cases, a browser window will open for installation.
  • After install required apps by install-list.sh shell script, you are ready to use Titan Tools Store Theme, avaiable at https://{{account}}.myvtex.com.

Customization

You can customize Titan Tools Store Theme according to your store’s business needs. Check our guide on Customizing the B2B Store Theme for more information.

Continuous Delivery

This repository has a GitHub Actions workflow that publishes, deploys and installs this theme to the account indicated in the vendor key in manifest.json by pushing the release tag after a vtex release {patch|minor|major} stable command runs.

For workflow to work, it's necessary to create an application key with publish, install and deploy app permissions for your account.

Then, create the following secrets in your Github repository secrets with respectively values of created application key and token:

  • VTEX_TOOLBELT_KEY
  • VTEX_TOOLBELT_TOKEN

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published