インストール
figdeck をインストールする前に、以下の要件を確認してください:
Figma デスクトップアプリ
Section titled “Figma デスクトップアプリ”ダウンロード: figma.com/downloads
Node.js
Section titled “Node.js”CLI を実行するには Node.js 20 以降が必要です。
ダウンロード: nodejs.org
インストールを確認するには、以下を実行してください:
node --versionFigma Plugin
Section titled “Figma Plugin”Figma Community から figdeck プラグインをインストールしてください:
figdeck は npx、pnpm dlx、または bunx で直接実行するか、グローバルにインストールして使用できます。
npx、pnpm dlx、または bunx を使用する(推奨)
Section titled “npx、pnpm dlx、または bunx を使用する(推奨)”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.mdグローバルインストール
Section titled “グローバルインストール”npm install -g figdeck