Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 1.15 KB

README.md

File metadata and controls

43 lines (29 loc) · 1.15 KB

Embed Workflow NextJS Demo

.

Live Demo

This repository demonstrates how easy it is to add Embed Workflow to your NextJS project.

Dependencies

Resources

Check out the original blog post for more details.

Set Environment Variables

Navigate to your Embed Workflow account settings and copy your publishable and secret keys: https://embedworkflow.com/app/account/api_access

And use the latest UI version: https://embedworkflow.com/ui-version

EMBED_WORKFLOW_SK=sk_live_12345
EMBED_WORKFLOW_PK=pk_live_12345
EMBED_WORKFLOW_UI_VERSION=1.5.0

How to use

Start the dev server

npm run dev
yarn run dev