Documentation
Feedback
Guides
Storefront Development

Storefront Development
FastStoreGoing live
1. Setting up a VTEX account for FastStore
This documentation is currently under development.
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 you must complete the following steps before developing your storefront or configuring your website DNS because needed dependencies, such as VTEX Intelligent Search, will be installed and configured throughout this process.

Before you begin

Before proceeding any further, make sure you have:
  1. Access to a VTEX account.
  2. The VTEX IO CLI installed on your machine. Please refer to this guide for more information.

Step by step

You will use the FastStore plugin for the VTEX IO CLI to install, with a single command, all dependencies needed for developing a FastStore website.
  1. Log in to your VTEX account:
    Remember to replace the values between curly brackets according to your scenario.

    _10
    vtex login {account}

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

    _10
    vtex plugins install faststore

  3. Set up your VTEX account for FastStore by running the following command:

    _10
    vtex faststore setup

Once the command completes, you should see the following message: Happy coding on FastStore 🎉.
Contributors
3
Photo of the contributor
Photo of the contributor
Photo of the contributor
+ 3 contributors
Was this helpful?
Yes
No
Suggest edits (Github)
Contributors
3
Photo of the contributor
Photo of the contributor
Photo of the contributor
+ 3 contributors
On this page