# 0. Install PrestaShop REST API module on your website# 0. Make sure you have Node 14+ and Yarn 1 installed# 1. Clone VSF project and cd to the root directory# 2. Install dependenciesyarn install# 3. Replace API url to your shop URL in: packages/theme/middleware.config.js# 4. Build and run the projectyarn build & yarn dev