Developing Locally
You can spin up a local workspace for building and testing purposes. Simply run:
npm run embeddable:login
npm run embeddable:dev
- The local workspace uses the same data connections as your online workspace.
- Dashboards created locally cannot be published.
- Changes made locally do not sync to your online workspace - they remain local.
- If you store your data models in a separate repo to your components, then the local workspace will use the models from your online workspace.
To push components or data models to your online workspace, follow the instructions here.
💡
The local dev environment does not currently work in Safari due to Safari’s unique security restrictions.