listmonk/frontend/email-builder
dependabot[bot] 60f7ac9351
Bump js-yaml from 4.1.0 to 4.1.1 in /frontend/email-builder (#2767)
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 4.1.0 to 4.1.1.
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/4.1.0...4.1.1)

---
updated-dependencies:
- dependency-name: js-yaml
  dependency-version: 4.1.1
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-22 10:04:09 +05:30
..
src Refactor 'media upload' integration in campaign visual editor. 2025-04-20 20:48:51 +05:30
index.html Move email-builder src from / to /frontend. 2025-04-20 20:48:51 +05:30
LICENSE Move email-builder src from / to /frontend. 2025-04-20 20:48:51 +05:30
package.json Bump vite from 5.4.18 to 5.4.20 in /frontend/email-builder (#2660) 2025-09-29 20:23:14 +05:30
README.md Move email-builder src from / to /frontend. 2025-04-20 20:48:51 +05:30
tsconfig.json Move email-builder src from / to /frontend. 2025-04-20 20:48:51 +05:30
vite.config.ts Prepare first RC. 2025-04-20 20:48:51 +05:30
yarn.lock Bump js-yaml from 4.1.0 to 4.1.1 in /frontend/email-builder (#2767) 2025-11-22 10:04:09 +05:30

@usewaypoint/editor-sample

Use this as a sample to self-host EmailBuilder.js.

To run this locally, fork the repository and then in this directory run:

  • npm install
  • npx vite

Once the server is running, open http://localhost:5173/email-builder-js/ in your browser.