Use Stepper
Description
- Node.js (v18 or higher) - npm - Git LFS (Large File Storage)
Installation
claude install-skill https://github.com/zuplo/docs README
Zuplo Docs
Prerequisites
- undefined
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
When user wants to write documentation, proposals, technical specs, decision docs, or similar structured contentGuide users through structured workflow for co-authoring documentation
Documentation official Docx
When user mentions Word doc, .docx, or requests professional documents with formattingCreate, edit, and analyze Word documents with tracked changes, comments, and formatting
Documentation official Extract text, create PDFs, merge/split documents, and handle forms
Documentation official Pptx
When a .pptx file is involved in any way, or user mentions deck, slides, or presentationCreate, edit, and analyze PowerPoint presentations with layouts and templates
Documentation official Xlsx
When a spreadsheet file is the primary input or output (.xlsx, .xlsm, .csv, .tsv)Create, edit, and analyze Excel spreadsheets with formulas, formatting, and visualization
Documentation official mcp-server-fetch
Fetch and convert web pages to markdown.
Documentation community