amphtml icon indicating copy to clipboard operation
amphtml copied to clipboard

Add build/setup instructions to README.md (#40431)

Open Varshad-Potle opened this issue 2 months ago • 4 comments

📖 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 dependencies
  • npx amp build — build the runtime
  • npx 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.

Varshad-Potle avatar Nov 12 '25 18:11 Varshad-Potle