amphtml
amphtml copied to clipboard
Add build/setup instructions to README.md (#40431)
📖 Documentation
Closes #40431
Added a new “Building AMP Locally” section to README.md to help new contributors set up their environment.
This section explains how to install dependencies and use AMP’s task runner commands:
npm install— install project dependenciesnpx amp build— build the runtimenpx amp serve— run a local development server
This improves onboarding clarity for first-time contributors and replaces missing build/setup context that was previously undocumented.
🆕 First-time contributor: Please let me know if the formatting, section placement, or command descriptions need adjustment.