Skip to content
This repository has been archived by the owner on Jan 9, 2023. It is now read-only.

updated readme #748

Merged
merged 4 commits into from
Oct 17, 2016
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ To install the frontend please do the following:
## Start
To start the frontend please do the following:

- Start the server by running `npm start` in the repo folder.
- Start the server by running `npm start` in the repo folder. If `npm start` doesn't work you, try `ember serve` as an alternative.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you meant to say "If npm start doesn't work for you

- Go to [http://localhost:4200/](http://localhost:4200/) in a browser and login with username `hradmin` and password `test`.

## Running with Docker
Expand Down