Update README.md (#90)
Add "gulp build" step in running elsa dashboard from source documentation. Fix #87
This commit is contained in:
parent
012e12c51c
commit
8091798fee
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue