Installation
Prerequisites
Section titled “Prerequisites”Before installing figdeck, make sure you have the following:
Figma Desktop App
Section titled “Figma Desktop App”Download from: figma.com/downloads
Node.js
Section titled “Node.js”Node.js 20 or later is required to run the CLI.
Download from: nodejs.org
You can verify your installation by running:
node --versionFigma Plugin
Section titled “Figma Plugin”Install the figdeck plugin from Figma Community:
You can use figdeck directly with npx, pnpm dlx, or bunx, or install it globally.
Using npx, pnpm dlx, or bunx (Recommended)
Section titled “Using npx, pnpm dlx, or bunx (Recommended)”npx figdeck@latest initnpx figdeck@latest serve slides.mdpnpm dlx figdeck@latest initpnpm dlx figdeck@latest serve slides.mdbunx figdeck@latest initbunx figdeck@latest serve slides.mdGlobal Installation
Section titled “Global Installation”npm install -g figdeck