Source code for https://frankharkins.github.io/photos. Also a way for me to experiment with Elm.
elm make src/Main.elm --output=static/main.js
Or, rebuild on file change:
while inotifywait -e close_write src/*; do elm make src/Main.elm --output=static/main.js; done
- Export as AVIF from Darktable
- Run from root of repo:
./import-image.sh <path-to-file>
- Add new entry in
src/Data.elm
- Accessibility / keyboard navigation