From 8091798feec2bb08b2969f2366899048ccdb7a31 Mon Sep 17 00:00:00 2001 From: Stefano Candori Date: Wed, 16 Oct 2019 18:15:54 +0200 Subject: [PATCH] Update README.md (#90) Add "gulp build" step in running elsa dashboard from source documentation. Fix #87 --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b87b01fbf..562ba2cf4 100644 --- a/README.md +++ b/README.md @@ -246,8 +246,9 @@ In order to run Elsa on your local machine, follow these steps: 1. Clone the repository. 2. Run NPM install on all folders containing packages.json (or run `node npm-install.js` - a script in the root that recursively installs the Node packages) -3. Open a shell and navigate to `src/samples/SampleDashboard.Web` and run `dotnet run`. -4. Navigate to https://localhost:44397/ +3. Execute gulp build from the directory src\dashboard\Elsa.Dashboard\Theme\argon-dashboard +4. Open a shell and navigate to `src/samples/SampleDashboard.Web` and run `dotnet run`. +5. Navigate to https://localhost:44397/elsa/home ## Running Elsa Workflows Host