Skip to content

Installation

Before installing figdeck, make sure you have the following:

Download from: figma.com/downloads

Node.js 20 or later is required to run the CLI.

Download from: nodejs.org

You can verify your installation by running:

Terminal window
node --version

Install the figdeck plugin from Figma Community:

figdeck - Figma Community

You can use figdeck directly with npx, pnpm dlx, or bunx, or install it globally.

Section titled “Using npx, pnpm dlx, or bunx (Recommended)”
Terminal window
npx figdeck@latest init
npx figdeck@latest serve slides.md
Terminal window
npm install -g figdeck