Set up your Repo
If you’re reading this, it means you have early access to Embeddable (opens in a new tab).
Follow this step-by-step guide to get set up.
Download our Starter Repo
This includes your starter charting components as well as sample data models.
git clone https://github.com/embeddable-hq/vanilla-components
Install Dependencies
Navigate into the cloned directory and install the required dependencies:
npm i
Set Your Location
Update your repo according to your location:
If you’re unsure which deployment you’re using, please reach out to us.
Build the Code Bundle
Run the following command to build your code bundle:
npm run embeddable:build
Next steps
You're now ready to set up your workspace and push your first code bundle.