Skip to content

Instantly share code, notes, and snippets.

View steffenkux's full-sized avatar

Steffen Kux steffenkux

View GitHub Profile
@steffenkux
steffenkux / dm3-embedded-nextjs.md
Last active February 22, 2024 15:49
Add dm3 embedded into a next.js app

Use your existing or create a new next.js app

yarn create next-app

It will prompt a few options to choose for the next app configuration. Follow the below options selected below

  • What is your project named? … dm3-app
  • Would you like to use TypeScript? … Yes
@steffenkux
steffenkux / dm3-embedded-react.md
Last active February 22, 2024 15:51
Add dm3 embedded into an REACT app

Use your existing or create a new REACT app

yarn create react-app dm3-demo-app --template typescript

Include dm3 package

yarn add @dm3-org/dm3-messenger-widget
@steffenkux
steffenkux / dm3-workshop.md
Last active September 14, 2023 14:37
dm3 workshop

Create new REACT app

yarn create react-app dm3-demo-app --template typescript

Include dm3 package

cd dm3-demo-app