Compare commits
2 Commits
05ded820ee
...
83e240ad70
Author | SHA1 | Date |
---|---|---|
Bauke | 83e240ad70 | |
Bauke | 96e83d7f08 |
|
@ -16,7 +16,6 @@ To build and develop Tildes Shepherd you will need:
|
||||||
* [NodeJS](https://nodejs.org) (recommended 18.16.0)
|
* [NodeJS](https://nodejs.org) (recommended 18.16.0)
|
||||||
* [pnpm](https://pnpm.io) (recommended 8.6.0)
|
* [pnpm](https://pnpm.io) (recommended 8.6.0)
|
||||||
* [cargo-make](https://sagiegurari.github.io/cargo-make/)
|
* [cargo-make](https://sagiegurari.github.io/cargo-make/)
|
||||||
* [Firefox](https://mozilla.org/firefox) (recommended at least 102.0)
|
|
||||||
|
|
||||||
## cargo-make
|
## cargo-make
|
||||||
|
|
||||||
|
|
|
@ -50,6 +50,8 @@ async function main(): Promise<void> {
|
||||||
* @param tourId A unique ID for this tour.
|
* @param tourId A unique ID for this tour.
|
||||||
* @param steps All the steps of the tour.
|
* @param steps All the steps of the tour.
|
||||||
* @param eventHandlers Event handlers to attach to specific steps.
|
* @param eventHandlers Event handlers to attach to specific steps.
|
||||||
|
* @param runMainAgainAfterComplete Should the `main` function be run after this
|
||||||
|
* tour is completed?
|
||||||
*/
|
*/
|
||||||
function startTour(
|
function startTour(
|
||||||
tourId: TourId,
|
tourId: TourId,
|
||||||
|
|
Loading…
Reference in New Issue