This is the open-source repository with the code regarding WonderCall's Web Embeds. Feel free to fork them, in case you strive for more customizations, or reach out to eng@wondercall.ai to get direct assistance.
- Svelte (Frontend Framework)
- TailwindCSS (CSS)
- TypeScript (Static Typing)
- TurboRepo (Monorepo organization)
- ESLint (Linting)
- Prettier (Formatting)
- default: a simple, timeless embed design
To build all apps and packages, run the following command:
npm build
To build specific packages, run the following command:
npx turbo build --filter "{your-embed-name}"
To run all embeds in dev mode, run:
npm dev
To run only selected ones:
npx turbo dev --filter "{your-embed-name}"