Prestashop Tech Vendors online documentation of Prestashop Cloud Services
This repository contains the VuePress documentation for tech vendors (former "SaaS App").
It is currently deployed on Netlify under the name billing-docs.
- Clone the repo
git clone [email protected]:PrestaShopCorp/docs.cloud.prestashop.com.git
- Go to the docs directory and install dependencies
cd docs
npm install
- Build and run the project
npm run build
npm run dev