Polipo

Quick Start

Getting Started with Polipo

Follow these steps to get started with Polipo in less than 2 minutes.

Clone our Next.js example

npm create next-app --example https://github.com/getpolipo/examples/tree/main/nextjs/blog-starter

Start the Polipo server

# cd my-app/
npx polipo

Keep the server running. To avoid interrupting the server, open a new terminal when needed.

Set up Figma

Go to our Figma plugin page and open the plugin on its playground file. This will clone our Figma template into your account, and you can start the plugin right away.

Use the pluginโ€™s playground file to start. You will be able to use your own Figma files later on.

Keep the plugin running. To avoid closing the plugin by accident, open Figma in a new tab when needed.

Run your project

Now you can run your project with

# cd my-app/
npm run dev

You are all set! ๐ŸŽ‰

Edit the newly created Figma file and see your app updating in real time!

On this page