Public documentation site for ARP, built with Docusaurus and deployed as static assets to S3 + CloudFront.
Prereqs: Node.js 20 (see .nvmrc)
npm install
npm run startThen open http://localhost:3000/public_docs/ in your browser (the dev server does not auto-open a browser).
npm run buildBuild output is written to build/.
See arp/ARP_Docs/docs/deployment/aws.md.