Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.02 KB

README.md

File metadata and controls

49 lines (33 loc) · 1.02 KB

Logo

Tech vendor documentation for Prestashop cloud services

docs.cloud.prestashop.com

Prestashop Tech Vendors online documentation of Prestashop Cloud Services

🧐 About The Project

This repository contains the VuePress documentation for tech vendors (former "SaaS App").

It is currently deployed on Netlify under the name billing-docs.

Prerequisites

npm installed and configured

Installation

Quick install

  1. Clone the repo
git clone [email protected]:PrestaShopCorp/docs.cloud.prestashop.com.git
  1. Go to the docs directory and install dependencies
cd docs
npm install
  1. Build and run the project
npm run build
npm run dev