Skip to content

Commit

Permalink
Update README.md (opendatahub-io#96)
Browse files Browse the repository at this point in the history
Updated Readme to specify that a build is required prior to running the development server.
  • Loading branch information
dlabaj authored and maroroman committed May 30, 2022
1 parent 928fe81 commit ab08aeb
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,14 @@ Before developing for ODH, the basic requirements:
$ cd odh-dashboard && npm install
```
### Build project
```
$ npm run build
```
### Serve development content
This is the default context for running a local UI
This is the default context for running a local UI. Make sure you build the project using the instructions above prior to running the command below.
```
$ npm run start
Expand Down

0 comments on commit ab08aeb

Please sign in to comment.