Dunnaudio website
Install bun, then install dependencies:
bun install
Install imagemagick.
Place images in raw-images/
. Run image conversion:
bun run convertImages
Output images will be in dist/images/
. This will fail with exit code 1 if
there are no images in raw-images/
.
Start the local server:
bun start
Note: this fails when run on a clean repo because elm-live passes undefined for a "path" argument somewhere.