Small Vue 3 app for browsing all images from the local folder:
data/data_webapp_subsample/with_doublication/images
- Install dependencies
rclone config create ticks box
rclone copy ticks:tick-triage/ ./data/ --progress
or
rclone copy ticks:tick-triage/data_webapp_subsample/with_doublication/images ./data/data_webapp_subsample/with_doublication/images --progress- Run
bun run dev
The app uses a local Express server to list and serve the images, while Vite handles the frontend.
To point at a different folder, set IMAGE_DIR before starting the server.