1# openbmc 2UX Design repo for OpenBMC 3======= 4# OpenBMC 5TODO: Write a project description 6 7## Requirement 8nodejs 9npm 10 11## Installation 12`npm install` 13 14## Running 15`npm run-script server` 16 17This will run it locally in `http://localhost:8080`. 18 19## Example Usage with OpenBMC 201. Browse to `https://<bmc-ip>` and bypass the secure warning. 21You will see a JSON response with `Login required` message. 222. In the same session, navigate to `http://localhost:8080`. Enter the BMC 23IP, Username and Password (defaults: `root`/`0penBmc`). 24 25Now you are logged in. 26