> For the complete documentation index, see [llms.txt](https://editor-docs.ravenapp.dev/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://editor-docs.ravenapp.dev/get-started/run-locally.md).

# Run Locally

**Clone the repository**

The first step is to have a local working copy of the repository. To do so follow these steps  -&#x20;

* Open the command prompt.
* Run the command git clone <https://github.com/ravenappdev/email-editor.git>

**Install the dependencies**

The email editor repository has two folders in it - app i.e., the frontend of email editor and server i.e., the backend of the email editor.

To install the dependencies of app follow these steps -&#x20;

* Change directory to app.
* Run command `npm install`

To install the dependencies of server follow these steps -&#x20;

* Change directory to server.
* Run command `npm install`

**Start Email Editor locally**

&#x20;To start the server locally -&#x20;

* Run command `npm run dev-start`

&#x20;To start the app locally -&#x20;

* For windows - Run command `npm run start-windows`
* For Linux - Run command `npm run start`&#x20;
