This sample widget should work out of the box without any build steps. However if you want to tweak the widget source code, read on!
You'll need node.js installed. You can find the download link for it here: https://nodejs.org/en/download/
Install the depdencies for building this widget:
npm ci
NOTE: This sample uses a local version of plugin-typings since the widget types are not yet publicly available.
Any changes to code.tsx
needs to be compiled into the corresponding code.js
file.
npm run build
npm run build:watch // build and rebuild on any changes
If you find anything bugs or have any questions, please reach out in the private beta Slack channel.