Documentation for Pangolin.js.
Requires Node.js 16+.
Install npm dependencies.
npm install
Update dependencies.
# Check for available updates.
npm outdated
# Install updates.
npm update
Start development server with hot reloading.
npm run dev
Build 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