Skip to content

pangolinjs/docs

Repository files navigation

Pangolin.js Docs

Documentation for Pangolin.js.

Requires Node.js 16+.

Installation

Install npm dependencies.

npm install

Update dependencies.

# Check for available updates.
npm outdated

# Install updates.
npm update

Development

Start development server with hot reloading.

npm run dev

Production

Build static site files. Outputs to docs/.vitepress/dist.

npm run build

Linting

# Run JS files through ESLint.
npm run lint:js

# Check for consistent Markdown formatting.
npm run lint:markdown

# Check for inclusive language with Alex.
npm run lint:language