Skip to content

cubos-vtex/vtextitantools

This branch is 10 commits behind leandrodasler/vtextitantools:main.

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

Prerequisites

Set up your development environment

Before starting with the Titan Tools Store Theme setup itself, you must:

  1. Set up a workspace to develop in VTEX IO on your machine.
  2. Follow these instructions to make sure you meet all the prerequisites to develop using Store Framework.
  3. Make sure your store’s catalog is integrated with VTEX Intelligent Search, as described in this article.

Install required B2B apps

Clone this repository, enter its directory in terminal and run:

bash ./install-list.sh 

Some applications must be installed via App Store. In these cases, a browser window will open for installation.

How to use

After following the steps above, you are ready to use Titan Tools Store Theme. You must:

  1. Replace vendor on manifest.json for your account name
  2. Run the vtex link command on the CLI.
  3. Run the vtex browse command to see the store using Titan Tools Store Theme on your browser.

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

Releases

No releases published

Packages

No packages published

Languages

  • CSS 93.5%
  • JavaScript 5.9%
  • Shell 0.6%