Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 493 Bytes

File metadata and controls

15 lines (10 loc) · 493 Bytes

LTRR Collection web site

Automatic maintenance of a static web site in an AWS S3 bucket, visible at https://collection.ltrr.arizona.edu/ through CloudFront.

Local runtime

This project now requires Node 22.12.0 or newer because it uses astro@6.

If your shell is still on an older system Node, use a Node 22 toolchain before running project commands. In this workspace, the verified build command was:

PATH=/tmp/node22/node-v22.12.0-linux-x64/bin:$PATH npm run build