Skip to content

Getting started

Follow the steps below to create a new repository for Checkout or Sales App extensions.

Initializing the repository

  1. Initialize a FastStore repository using FastStore CLI

    Terminal window
    npx @vtex/fsp-cli init
  2. Install the dependencies

    Terminal window
    yarn # or npm install
  3. You’re now ready to customize your modules. Choose which module you want to continue your journey:

    Setting up Checkout

    Setting up Sales App