Step 1: Clone the repo to your machine
git clone [email protected]:embeddable-hq/remarkable-pro-boilerplate.gitStep 2: Install dependencies
npm iStep 3: Update the embeddable.config to match your region
region: USStep 4: Test the remarkable pro components in embeddable
npm run embeddable:devStep 5: Update the embeddable.theme to update the remarkable pro components (style, i18n, formatting, etc)
{charts: {backgroundColors: ['red', 'blue']}}