Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ddooley authored Jun 20, 2023
1 parent d56e983 commit 03239b6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,17 +189,17 @@ types:
```
then with command prompt in that file’s template folder, run

> >> python ../../../script/linkml.py -i schema.yaml
> python ../../../script/linkml.py -i schema.yaml
This will generate the schema.json file, it also adds a menu item for your specification by adjusting /web/templates/menu.js.

To test and run go to DH root folder and type (as documented on github main code page):

> >> yarn dev
> yarn dev
To build a stand alone set of JS files in /web/dist/

> >> yarn build:web
> yarn build:web
The /web/dist/ folder can then be zipped or copied separately to wherever you want to make the app available.

Expand Down

0 comments on commit 03239b6

Please sign in to comment.