Skip to content

Commit

Permalink
Readme: mention "update appList" gradle task
Browse files Browse the repository at this point in the history
  • Loading branch information
hamoid committed Dec 16, 2024
1 parent 521e594 commit 615b784
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ see [openrndr-template](https://github.com/openrndr/openrndr-template).

## Developing

To get started developing, run
To get started run

```bash
./gradlew jsRun -t
Expand All @@ -22,7 +22,11 @@ displayed as clickable buttons in the resulting web page. For educational purpos
button is displayed at the bottom right to view the source code of
the program.

Programs to be displayed in the web page should be added to `myApps` in `TemplateProgram.kt`.
After adding, renaming or removing programs from this project one should update `appList.kt`. Run the following Gradle task to generate the file automatically

```bash
./gradlew "update appList"
```

## Exporting

Expand All @@ -35,7 +39,7 @@ Once the project is ready to be shared, one can export a minimized executable by
```

This will place the resulting files into the
`build/dist/js/productionExecutable/` folder..
`build/dist/js/productionExecutable/` folder.

## JavaScript communication

Expand Down

0 comments on commit 615b784

Please sign in to comment.