This repository contains the holding website for the Old Weather citizen-science project.
Old Weather brought volunteers and scientists together to recover historical weather observations from ships’ logbooks. The project is not currently running an active transcription programme, so this site serves as a signpost to its legacy, results, and archived stories.
The site requires Node.js 22 or later and uses pnpm:
pnpm install
pnpm devThe preview is then available at http://localhost:3000/.
pnpm build
pnpm export:pages
pnpm testpnpm export:pages creates the static GitHub Pages site in _site/.
Pushing to main runs the GitHub Pages workflow in
.github/workflows/pages.yml. The repository’s Pages source must be set to
GitHub Actions.
The custom domain is configured as oldweather.org in public/CNAME.