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.
Before starting with the Titan Tools Store Theme setup itself, you must:
- Set up a workspace to develop in VTEX IO on your machine.
- Follow these instructions to make sure you meet all the prerequisites to develop using Store Framework.
- Make sure your store’s catalog is integrated with VTEX Intelligent Search, as described in this article.
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.
After following the steps above, you are ready to use Titan Tools Store Theme. You must:
- Replace
vendor
onmanifest.json
for your account name - Run the
vtex link
command on the CLI. - Run the
vtex browse
command to see the store using Titan Tools Store Theme on your browser.
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.
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