Skip to content

Commit

Permalink
Adding quick start instructions for self hosting on top README (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanisip committed Apr 17, 2024
1 parent 0ffa4af commit 7d9bb07
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,16 @@ await axios({

## Self hosting the Editor

You can fork this repository and use [packages/editor-sample](https://github.com/usewaypoint/email-builder-js/tree/main/packages/editor-sample) as an example. View the README file to see how to run it locally.
Fork this repository and use [packages/editor-sample](https://github.com/usewaypoint/email-builder-js/tree/main/packages/editor-sample) as an example for self-hosting.

Quick start:

1. Fork this repository.
2. Open up directory in terminal.
3. Go to the editor-sample package: `cd packages/editor-sample`
4. Install packages: `npm install`
5. Run the server: `npx vite`
6. Open in browser: http://localhost:5173/email-builder-js/

---

Expand Down

0 comments on commit 7d9bb07

Please sign in to comment.