Skip to main content

Setting up a VTEX account for FastStore

This guide is the first step in developing a FastStore website integrated with the VTEX Platform. In the following section, you will set up your VTEX environment and install all the necessary apps to start developing with FastStore.

Notice that, because needed dependencies, such as VTEX Intelligent Search, will be installed and configured throughout this process, you must complete these steps before developing your storefront or hosting your FastStore website.


Before you start​

Before proceeding any further, make sure you have:

  • Access to a VTEX account.
  • The VTEX IO CLI installed on your machine. Please refer to this guide for more information.

Step by step​

In this step by step, you'll use the FastStore plugin for the VTEX IO CLI to install, with a single command, all dependencies needed for developing a FastStore website.

  1. Install the FastStore plugin for the VTEX IO CLI:

    vtex plugins install faststore
  2. Log in to your VTEX account:

    • Remember to replace the values between curly brackets according to your scenario.

      vtex login {account}
  3. Set up your VTEX account for FastStore by running the following command:

    vtex faststore setup

Once the command completes, you should see the following message: Happy coding on FastStore 🎉.

Next steps​

ON THIS PAGE