Deployed via Cloudflare Pages.
- Install dependencies:
npm install- Start development server:
npm startThe site will be available at http://localhost:8080
npm run buildAuto-resize images in the assets/images directory (recursively) to 2000px max width and height, maintaining aspect ratio:
npm run resize-imagesTest (the Cloudflare Worker):
npm test