-
Notifications
You must be signed in to change notification settings - Fork 327
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updating READMEs with basic self-hosting instructions (#75)
- Loading branch information
1 parent
391c5c4
commit 1fa51d4
Showing
2 changed files
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
# @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. |