php-n8n Documentation Site
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.
Install
bash
npm installDevelopment
Start the local docs server:
bash
npm run docs:devOpen the URL printed by VitePress, usually:
text
http://localhost:5173Build
bash
npm run docs:buildThe static site is generated in:
text
.vitepress/distPreview Production Build
bash
npm run docs:preview