This repository contains the VitePress documentation site for php-n8n/client.
It is only for the documentation website. Client package installation and usage are documented inside the site.
npm installStart the local docs server:
npm run docs:devOpen the URL printed by VitePress, usually:
http://localhost:5173
npm run docs:buildThe static site is generated in:
.vitepress/dist
npm run docs:preview