Set up your Repo
Takes ~3 mins
💡
Embeddable requires Node.js version 20 or later.
Download our Boilerplate Repo
Download or clone our boilerplate repo here (opens in a new tab). This includes the full suite of Remarkable Pro components, our production-ready component library.
git clone https://github.com/embeddable-hq/remarkable-pro-boilerplateInstall Dependencies
Navigate into the cloned directory and install the required dependencies:
npm iSet Your Region
In your embeddable.config.ts file, depending on your region, uncomment either:
region: 'US',or
region: 'EU',If you’re unsure which region you’re using, please reach out to us.
Build the Code Bundle
Run the following command to build your code bundle:
npm run embeddable:buildNext steps
You're now ready to set up your workspace and push your first code bundle.