@solutions2share/s2s-email-builder 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md ADDED
@@ -0,0 +1,10 @@
1
+ # @usewaypoint/editor-sample
2
+
3
+ Use this as a sample to self-host EmailBuilder.js.
4
+
5
+ To run this locally, fork the repository and then in this directory run:
6
+
7
+ - `npm install`
8
+ - `npx vite`
9
+
10
+ Once the server is running, open http://localhost:5173/email-builder-js/ in your browser.