Use Stepper
Description
- Node.js (v18 or higher) - npm - Git LFS (Large File Storage)
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
Zuplo Docs
Prerequisites
- Node.js (v18 or higher)
- npm
- Git LFS (Large File Storage)
Getting Started
Clone the Repository
This project uses Git LFS for managing large files (images, PDFs, etc.). Make sure you have Git LFS installed before cloning:
# Install Git LFS (if not already installed)
# macOS: brew install git-lfs
# Ubuntu/Debian: apt-get install git-lfs
# Windows: Download from https://git-lfs.github.com/
# Initialize Git LFS
git lfs install
# Clone the repository
git clone https://github.com/zuplo/docs
cd docs
# Verify LFS files were downloaded
git lfs ls-files
Installation
npm install
Local Development
npm run dev
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Local Development (Zuplo Employees Only)
If you are a Zuplo employee, you can run the local development server to live reload changes to zuplo policies. You must have the `core` repository cloned in the same parent directory as this repository.
npm run dev:policies
Build
npm run build
This command generates static content into the `build` directory and can be served using any static contents hosting service.
Related Skills
Doc Co-authoring
Guide users through structured workflow for co-authoring documentation
Documentation Docx
Create, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation Extract text, create PDFs, merge/split documents, and handle forms
Documentation Pptx
Create, edit, and analyze PowerPoint presentations with layouts and templates
Documentation Xlsx
Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation