Documentation for Pangolin.js.
Requires Node.js 16+.
Install npm dependencies.
npm installUpdate dependencies.
# Check for available updates.
npm outdated
# Install updates.
npm updateStart development server with hot reloading.
npm run devBuild static site files. Outputs to docs/.vitepress/dist.
npm run build# 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