This demo repo uses an integration in your Luzmo account to embed into a webapp that uses EDE
Use this repository alongside the 'Using the Embedded Dashboard Editor in Your Application' Tutorial
This example repo allows you to see how you would set up Embedded Dashboard Editor in a similar web application. Here, you can choose one of your own Luzmo integrations (We would recommend creating a new one to use for demo/trial purposes) and use it for your first EDE setup.
This app will embed a Luzmo Integration of your choice. To do so create a .env
file at the root of the repository and add the LUZMO_API_KEY
, LUZMO_API_TOKEN
and INTEGRATION_ID
fields with your own, which you can find on your Luzmo account.
E.g:
LUZMO_API_KEY=abcd...
LUZMO_API_TOKEN=abcd...
INTEGRATION_ID=abcd...
If you need more help creating an integration in Luzmo or how they work, you can check out some of these resources:
npm install
npm run start
- Go to
localhost:3000
on your browser