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