Skip to content

Latest commit

 

History

History
46 lines (36 loc) · 994 Bytes

README.md

File metadata and controls

46 lines (36 loc) · 994 Bytes

dunnaudio

Dunnaudio website

Dependencies

Install bun, then install dependencies:

bun install

Install imagemagick.

Convert images

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/.

Local environment

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.