diff --git a/README.md b/README.md index 734555b3d3..d963ef5ede 100644 --- a/README.md +++ b/README.md @@ -187,10 +187,10 @@ TODO: describe all the steps to add packages and register services. In order to build & 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. Execute gulp build from the directory src\dashboard\Elsa.Dashboard\Theme\argon-dashboard -4. Open a shell and navigate to `src/samples/Sample16` and run `dotnet run`. -5. Navigate to https://localhost:8632/elsa/home +2. Run NPM install on `src\dashboard\Elsa.Dashboard\Theme\argon-dashboard` +3. Execute `gulp build` from the directory `src\dashboard\Elsa.Dashboard\Theme\argon-dashboard` +4. Open a shell and navigate to `src\dashboard\Elsa.Dashboard.Web` and run `dotnet run`. +5. Navigate to http://localhost:22174/elsa/home # Code of Conduct